/python-django-api

Api Provider with Django fremwork

Primary LanguagePython

python-django-api

Api Provider with Django fremwork

Clone Project

https://github.com/tbr0117/python-django-api.git

Create python virtual environment for install dependent libs this project

python -m venv python-django-api

Activate virtual environment

python python-django-api/Scripts/activate.bat

Install requirements

pip install -r requirements.txt