- Vanilla Js (Actually it's pure Js) IYKWIM
- Node Js
- Express Js
- MongoDB
Download from MongoDB and install
- Create .env file in project folder
- Enter line :
MONGODB_URL=<your mongodb url>
JWT_SECRET=<your secret token>
- On terminal root project folder
$ npm install
$ npm start
- On new Terminal root project folder
$ cd frontend
$ npm run install
$ npm run start