Restaurent revenue system
Steps to setup
- Clone this repo
- create venv
python3 -m venv venv
- Activate Env
source venv/bin/activate
- install requirements
pip install -r requirements.txt
- Added existing sqlite file. Otherwise run migrations
cd server;python3 manage.py migrate
- added postman collection to test API. collection name
restaurent_api_collection.json