Skip to content

jtak93/express-mongoose-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API boilerplate

Install

Mongodb is suggested in order to develop with a local database.

npm install

Start the server

Before you start the server, the server requires a couple of environment variables to be set. You should get these in an email.

Adjust the config variables to app specifics.

npm start

Note: it will run on the specified port ENV variable with a default port of 4000

Testing

npm test

Authentication

Implement desired Passport Strategies

TODO

Testing implementations/documentation ADD CORS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published