This is a demo project for building REST API in Python with FastAPI
To get started, follow these steps:
- Clone the repository to your local machine.
- Create a MySQL database named "demo" and do as follows.
- a root user with password "1qazxsw2"
- Python 3.12
- Flask
- Flask-RESTX - For REST APIs and OpenAPI documentation
- SQLAlchemy
- SQLite
- Unit tests