- Clone or download the project into your computer
- Install the dependecies into a virtual environment using the pip command
- Create a super user using the command 'python manage.py createsuperuser'
- Run the server using the command 'python manage.py runserver'. This will enable you to work from the client side
- Run using your broswer the url 'localhost:8000' to see the project
- Use the url 'localhost:8000/admin' to view the admin page with your super user credentials
- Use the url 'localhost:8000/api/list' to view the api endpoints of the project
- Use the url 'localhost:8000/api/create' to write data to the api endpoint of the project
- Use the url 'localhost:8000/api/detail/f'{any_id}' to delete or modify an endpoint of the project
Proper documentation of the API can be found here Pizza_api doc.docx