Courses API is a simple API allowing consumers to view, create and delete courses.
Click here ---> Courses API
Follow the instructions and enjoy API!
What things you need to install the software and how to install them. Install using pip
pip install django
pip install djangorestframework
pip install python-decouple
Add 'rest_framework' to your INSTALLED_APPS setting.
INSTALLED_APPS = [
...
'rest_framework',
]
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Check the documentation to see how it works ---> Apiary
- Python - is an interpreted high-level general-purpose programming language.
- Postman - s an API platform for building and using APIs
- Django - The web framework used
- Django Rest Framework - toolkit for building Web APIs used
Erzhan Muratov
- Адиль Дуйшеналиев
- Медет Мусаев
- Имамидинов Агахан