Heroku URL: https://bits-judge.herokuapp.com/
- Install Node.JS from https://github.com/nvm-sh/nvm
- Install Git from https://git-scm.com
- Open this project folder in a terminal
- Run
npm install - Run
npm i -g eslint - Run
npm i -g nodemon - Install Postman from https://postman.com
- In a terminal, execure
npm run devto launch a hot-reloading server.
- To log in in Postman, set a Header with key
dev-user-emailand value as theemailof the user you want to be logged in as.
- Install the Heroku CLI.
- Commit any changes.
- Run
git push heroku. ( You'll need access first )
