Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madihamallick/patient_appointment_system
A system where patients can be added and appointments can be scheduled with notes.π©ββοΈπ©Ίππ©Ήπ§πΎββοΈπ©Έππ¨ββοΈ
https://github.com/madihamallick/patient_appointment_system
Last synced: 15 days ago
JSON representation
A system where patients can be added and appointments can be scheduled with notes.π©ββοΈπ©Ίππ©Ήπ§πΎββοΈπ©Έππ¨ββοΈ
- Host: GitHub
- URL: https://github.com/madihamallick/patient_appointment_system
- Owner: madihamallick
- Created: 2024-05-17T03:36:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T06:35:01.000Z (6 months ago)
- Last Synced: 2024-05-23T07:36:47.828Z (6 months ago)
- Language: Python
- Homepage: https://patientappointmentsystem.xyz/
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Process to run the code
create mysql db `patient_appointment_system`
### If you make any changes in model π₯οΈ
```
alembic revision --autogenerate -m "Changes in the models"
alembic upgrade head
```### For running the project locally π
```
source venv/bin/activate
uvicorn main:app --reload
``````
cd frontend
npm i
npm start
```### Deployed LINK π
https://patientappointmentsystem.xyz/