Skip to content

sswastik02/Terminal_api_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Virtual Environment

Do this outside the project directory

    virtualenv -v env

Install packages

    pip3 install django # for django
    pip3 instal djangorestframework # for REST api
    pip3 install django-rest-auth

Start server

python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver

About

Built on Django Rest Framework, to provide with command execution on linux terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages