-
Clone the repository:
git clone git@github.com:ummataliyev/fastapi-microservice.git cd fastapi-microservice -
Set up environment variables:
- Create a
.envfile in the project's root directory.
cp infra/.env-example infra/.env
- Create a
-
Build and run the application:
make up
-
Usage:
- All common Docker and project tasks can be run using
make:
- All common Docker and project tasks can be run using
-
Access the application:
- API documentation is available at:
- Swagger UI:
http://127.0.0.1:8000/docs - ReDoc:
http://127.0.0.1:8000/redoc