To deploy this project
1.install modules with
yarn add
or
npm install
2.Add environmental variables
MONGO_USER =
MONGO_PASSWORD =
HOST=localhost
PORT=3000
#for connecting to mongodb
CONNECTION_STRING =
JWT_SECRET =
3.Now you can start the server with the follow command
yarn start