Skip to content

Creativetech-Solutions/Django-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API creation to perform CURD operations on postgresql database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published