Skip to content

S1mpler/node-express-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-express-api

Best practices boilerplate for node.js + express API application. Free to use

Includes

  • express server
  • sample routing
  • sample controller
  • sample model
  • db connection (mongodb)
  • jsonwebtoken auth

Usage

  1. Fork the project
  2. Run npm install to get all the dependencies
  3. Establish a database (mongodb) by running mongod command in your console
  4. Update the process environment data in .env file
  5. Run with node app.js
  6. Done. You are free to use a creativity

Developers

About

Best practices boilerplate for node.js + express API application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published