- Built with NodeJs and Express.
- Uses MongoDB and Mongoose ORM.
- Baked with JWT authentication stategy
- 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