Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 565 Bytes

Tabibu Health Care

Steps to install and run in local system 🚀🚀🚀

  • Create a virtual environment python -m venv <env_name>
  • Activate virtual environment source <env_name>/bin/activate
  • Install requirements in venv pip install -r requirements.txt
  • Make migrations python manage.py makemigrations
  • Apply migrations python manage.py migrate
  • Create a super user python manage.py createsuperuser
  • Run the server python manage.py runserver

Powered with great ❤️ By CoderPass

Happy Coding