Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/durgaprasad-04/hospital-management-system-django
Hospital Management System using python Django
https://github.com/durgaprasad-04/hospital-management-system-django
html-css-javascript python
Last synced: about 2 months ago
JSON representation
Hospital Management System using python Django
- Host: GitHub
- URL: https://github.com/durgaprasad-04/hospital-management-system-django
- Owner: durgaprasad-04
- Created: 2024-08-09T07:44:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T07:58:32.000Z (5 months ago)
- Last Synced: 2024-08-09T09:04:57.359Z (5 months ago)
- Topics: html-css-javascript, python
- Language: CSS
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Hospital Management System
Hospital Management System Project using python Django.To run the project first clone the repository
Create a Virtual Environment
python -m venv venv
Activate the Virtual Environment
venv\Scripts\activate
Make migrations and migrate
python manage.py makemigrations
python manage.py migrate
Then runserver
python manage.py runserver