- Move to project directory.
- Run
docker build -t majorproject .to build docker images. - Run
docker run -ti -p 5001:5001 majorproject bashto enter docker cli bash. - Run
python3 app.pyto start server Ctrl+Cto end server and make sure to runexitto exit docker cli.
- Please make separate branch to work on a feature/bug.
- Make sure to run tests before commit.
- Follow commit message template.
- To add commit run
git commitand then text editor (vims/nano) will be open, then you can write commit message.
- Lakshya Khera
- Gaurav Parihar
- Shubham Tak