https://github.com/alaa-aqeel/appointments-api
API to book appointments with the client and any job name such as doctor, lawyers and consultants
https://github.com/alaa-aqeel/appointments-api
fastapi orm pgsql postgresql python resources restfull-api sqlalchemy
Last synced: 13 days ago
JSON representation
API to book appointments with the client and any job name such as doctor, lawyers and consultants
- Host: GitHub
- URL: https://github.com/alaa-aqeel/appointments-api
- Owner: alaa-aqeel
- Created: 2021-12-04T21:39:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T03:28:43.000Z (over 4 years ago)
- Last Synced: 2025-06-01T14:36:42.591Z (11 months ago)
- Topics: fastapi, orm, pgsql, postgresql, python, resources, restfull-api, sqlalchemy
- Language: Python
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appointment booking API with Python FastAPI
__Appointment booking and management API__
between client and any job name like doctor, lawyers and consultants
#### [database diagram](https://github.com/AlaaProg/Appointments-API/blob/master/database_diagram.png)
#### Install
```bash
$ pip install -r requirements.txt
$ python migrate.py
```
### Run
```bash
$ sh runserver.sh
// or
$ uvicorn wsgi:app --reload
```