Skip to content

npinos/restful-express-mongodb-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RESTful NodeJS API boilerplate using Express and MongoDB

This is an example to use as a base to build a simple RESTful API in NodeJs and for begginers to quickly understand the basics.

  • I used Express to build the routing and set up my app.
  • Helmet has been added to have an extra layer of security.

Installation

npm install

To start the app enter

node server.js

Remember to add your mongodb connection url, DB name and Collection name.

About

RESTful NodeJS API boilerplate using Express and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published