Skip to content

joubertsaquett/nodejs-base-api

 
 

Repository files navigation

NODEJS BASE API

Nodejs + Mongodb API. You can use this base API to start your own API.

Dependencies

NodeJs 8.x or Later
MongoDB

Key Features

1. MongoDB Connection with Mongoose
2. Login / Logout
3. User (Create/Read/Update/Delete) ready
4. JWT Integration
5. ACL
6. Angular,React and Vue ready
7. Compatible with Ngx Admin 

Installation

  1. Clone this repository
  2. Run npm install
  3. Run npm test - To test if everything is ok. Should return "passed".
  4. Run npm start
  5. Open documentation/index.html for more information.

About

Nodejs + Mongodb API. You can use this code to start your own API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%