This is a MERN Example
main dependencies:
- bcryptjs
- cors
- express
- jsonwebtoken
- moment
- mongoose
NOTE:
You need to have installed nodemon
globally
npm install nodemon -g
- Clone this repository
- Use the next command:
npm install
- Add file .env for required environment variables (example: .env.example)
npm run dev
npm run start