A simple calendar API powered by FastAPI.
- database
- build.py
- database_handler.py
- server
- method.py
- server.py
- client
- client.py
- Clone this repo from GitHub
- Install Python packages:
fastapi
anduvicorn
- Run
python build.py
to create a SQLite database (only run for the first time) - Run
uvicorn server:app --reload
- Run test code in
client.py
, or try it out onhttp://127.0.0.1:8000/docs