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

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

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
```