- 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
-
Notifications
You must be signed in to change notification settings - Fork 1
Tabibu Health Care is a hospital management API that is meant to help in the management of all the hospital activities. Some of the observable functionality covered by the project include; managing the patients appointment booking, lab testing results, medicine prescriptions, real-time ambulance booking and ward allortment. Additionally, the API…
License
qinyanjuidavid/Tabibu-Health-Care
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Tabibu Health Care is a hospital management API that is meant to help in the management of all the hospital activities. Some of the observable functionality covered by the project include; managing the patients appointment booking, lab testing results, medicine prescriptions, real-time ambulance booking and ward allortment. Additionally, the API…
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published