API development - Role base Auth token generation/validation Success/Error Messages response on base of user request
Before start, please note this API is using remote database - so the database credentials are not included in it
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 -
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
- Django - The web framework used
- DjangoRestFramework - Rest API devolpment framework
- Creativetech Solutions - Creativetech