Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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