Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 535 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 535 Bytes

A NodeJs mongo and JWT starter kit

  • Built with NodeJs and Express.
  • Uses MongoDB and Mongoose ORM.
  • Baked with JWT authentication stategy

Before cloning the repo, please make sure you have node and mongoDB installed on your system,

  • Recommended Node version (v17.7.2).

In order to run the application, you need to first create .env file with a few configuration variables. Please checkout the .env.example file for reference.

How to run ?

With npm

  npm run dev

OR if you use yarn

  yarn dev