0.0.1
- For installing required libs and frameworks execute next commands:
pip install -r requirements.txt
-
Copy and rename file
backend/restaurant/local_settings.py.exampletobackend/restaurant/local_settings.py. -
Copy and rename file
config.ini.exampletoconfig.ini. Write inconfig.iniyour credentials. -
Then you have to let Django make its migrations
python backend/manage.py makemigrations
python backend/manage.py migrate
- Load fixtures data:
python backend/manage.py loaddata backend/fixtures/**
| Role | Responsibility |
|---|---|
| Techlead | Code review, communication with tech expert |
| Requirement Manager | Writing Requirement specification, communication with Product Owner |
| SCRUM Master | Default responsibilities fo SCRUM Master role |
| QC | Writing Unit tests, communication with PO, Tech Expert |
| DevOps | Deploying application on to cloud service, continuous integration |
| Knowledge Lead | Sharing knowledge |
MIT