Simple REST API for courses 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.
- Python 3.X
- Terminal or cmd (e.g. conEmu) (optional)
- GitHub Desktop
First, download Python 3.X GitHub Desktop conEmu
Further we use command line.
Install project:
git clone https://github.com/tworedz/DjangoCourse.git
Then activate venv
..\DjangoCourse\MyDApp\Scripts\activate
Install minimum requirements
pip install django
pip install djangorestframework
pip install python-decouple
Goto main folder
cd DApp
Then write some commands
manage.py migrate
manage.py runserver
Then open this link
##Necessery
Documentation to project in Apiary
###End
That's all. Congratulations!