1. Node ( https://nodejs.org/en/ )
2. MongoDB ( https://www.mongodb.com/ )
3. Typescript ( https://www.typescriptlang.org/ )
npm i
MONGO_URI="[ YOUR MONGO DB URI ]"
PORT=[ APPLICATION PORT ]
BASE_URL="[ APPLICATION BASE URL ]"
npm run deploy:dev
npm run test
npm run build