Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.06 KB

File metadata and controls

66 lines (41 loc) · 1.06 KB

DjangoCourse

Simple REST API for courses using Django and Django Rest Framework.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. Python 3.X
  2. Terminal or cmd (e.g. conEmu) (optional)
  3. GitHub Desktop

Installing

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!