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

https://github.com/grantbirki/fastapi-tester

A test repo for a simple fastapi app
https://github.com/grantbirki/fastapi-tester

docker fastapi

Last synced: about 2 months ago
JSON representation

A test repo for a simple fastapi app

Awesome Lists containing this project

README

          

# fastapi-tester

A sample repo to spin up a fastapi app with docker compose

## Usage 🔨

To use this repo simply do the following:

1. Clone the repo
1. Run the following command:

```bash
docker-compose up --build
```

1. Navigate to your domain: [localhost](https://localhost:8000/)

> Or you can run `make run`

That's it!