E-Clinic Backend (Django REST API) multidisciplinary project
python3 setup.py
pip install -r requirements.txt
python3 manage.py makemigrations authentication medical
python3 manage.py migrate
python3 manage.py loaddata data.json
python3 manage.py runserver
- I'll be dockerizing the project soon