- under development phase
- Fork this repo
- Clone it from your forked repo
- Rename
.env.sample
->.env
- Change
.env/DBConnLink
from_add_db_link_here
->_db_url_provided
- Run
npm i
- Run
npm run dev
- Now server is ready at
localhost:3045
, you can change it from.env
file. Also dont forget to update{{server}}
variable in Postman Environment accordingly for testing - Ready to go, enjoy development!
- While pushing, run
npx prettier --write .
to formate all the files