Simple REST API is implemented for courses by using Django and Django REST framework.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. (Commands are written for Windows. To get it working on Linux and IOS add specific signs.)
Pipenv is needed to create a virtual environment.
pip install pipenv
A step by step series of examples that tell you how to get a development env running.
First, all the requirements should be installed. Command for installing:
pipenv install -r requirements.txt
Then, use shell and run the virtual environment.
pipenv shell
Swagger and OpenAPI 2.0 have been used to create the documentation at: localhost:8000/
There are no tests yet.
https://courses-django.herokuapp.com/
- Django - The web framework used
- Django REST framework - REST framework for Django
Currently, there is only one version available.
- Arslan Sultanbek uulu - ArslansD