Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.22 KB

File metadata and controls

32 lines (16 loc) · 1.22 KB

Django-API

API development - Role base Auth token generation/validation Success/Error Messages response on base of user request

Getting Started

Before start, please note this API is using remote database - so the database credentials are not included in it

Prerequisites

As prerequisites you must have installed python 3.6 - Git clone the repositry or download the zip file. Created the virtual environment throught Pipenv(or whichever you like). Install the required packages like django, requests, dateutil and add them to pipenv with command Pipenv install for future use. Launch the environment throught command pipenv shell -

Installing

Go into the project folder and create virtual enviornment - pipenv shell

Outside shell, inside project folder ,install all required packages and add them to pip file - pipenv install

Finally, launch shell - pipenv shell

Run django server - python manage.py runserver

Built With

Authors