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
- Host: GitHub
- URL: https://github.com/grantbirki/fastapi-tester
- Owner: GrantBirki
- License: mit
- Created: 2023-11-20T18:59:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T17:35:21.000Z (over 2 years ago)
- Last Synced: 2025-10-26T02:54:51.965Z (8 months ago)
- Topics: docker, fastapi
- Language: Dockerfile
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!