Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.πŸ‘©β€βš•οΈπŸ©ΊπŸ’‰πŸ©ΉπŸ§‘πŸΎβ€βš•οΈπŸ©ΈπŸ’ŠπŸ‘¨β€βš•οΈ

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/