The application must be a REST API. It needs to allow for some basic operations, such as:
- getting the list of books from the database
- adding a new book
- editing an existing book
- removing the book from the database
- Python 3
- Virtualenv
- Django
- Django Rest Framework
- Heroku
python3 -m virtualenv <virtualenv_name>
source <virtualenv_name>/bin/activate
pip3 install -r requirements.txt
django-admin startproject <project_name>
python manage.py startapp <app_name>
python3 manage.py runserver
Thank you for watching this repository. I would be glad if you give me some feedback. Find me on LinkedIn