An API for ordering Pizza
- Activate Virtual Enviorment
source venv/Scripts/activat
- Install all the requirements
pip install -r requirements.txt
- Migrate your project first
python manage.py makemigrations
python manage.py migrate
- Run
python manage.py runserver
- Get all the pizza [get Request]
- Get user by ID [get Request]
- Create User [post Request]
- Credentials
USERNAME: admin
PASSWORD: admin