source code for jsstu cse dept web app
all the react js code
before deploying any code make sure you go to client and run "npm run build" inorder to get a production build of the app
- install docker on your machine
- after installation run in the cmd "docker images"
- create a heroku app
- run in cmd "heroku container:push web"
- run in cmd "heroku container:release web" Awesome! code is deployed