Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 466 Bytes

NodeJS RESTFul API for NodeJS with MongoDB and Mongoose

Pre-requisites

  1. MongoDB should be installed on your server or development environment
  2. a JWT Authentication Secret key stored in your environment variables with the KEY JWT_KEY

Install dependencies Run the command 'npm install' from your terminal,CMD or Console

Run the Project Run the command 'npm start' from your terminal, CMD or Console

NB: You can test the API resources with PostMan

Cheers!!.