- Move to project directory.
- Run
docker build -t majorproject .
to build docker images. - Run
docker run -ti -p 5001:5001 majorproject bash
to enter docker cli bash. - Run
python3 app.py
to start server Ctrl+C
to end server and make sure to runexit
to 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 commit
and then text editor (vims/nano) will be open, then you can write commit message.
- Lakshya Khera
- Gaurav Parihar
- Shubham Tak