You can start this app by activating the virtual environment located in venv of the main project directory and running following command in the terminal:
The app is created with django and django rest-framework and it is designed for learning purpose only. It has all Create, Read, Update and Delete operations which are required in all big applications. It covers following concepts:
- Django
- Django RestFramework
- Authentication
- PostGreSQl integration
- Models and Views
- Permissions and Authorization