https://github.com/troyan-dy/fastapi-admin
fastapi-admin
https://github.com/troyan-dy/fastapi-admin
Last synced: about 1 month ago
JSON representation
fastapi-admin
- Host: GitHub
- URL: https://github.com/troyan-dy/fastapi-admin
- Owner: troyan-dy
- License: mit
- Created: 2023-09-08T15:49:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-08T15:50:01.000Z (over 1 year ago)
- Last Synced: 2025-02-05T10:50:36.574Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FastAPI-template-repository
## Dependencies
- docker-compose
- python 3.9## Commands
### Install
- `make install`### Run tests
- `make test`
### Linting
- `make lint`### Formatting
- `make format`### Start in docker
- `make start`
- `make stop`## Usage
- Curl
```bash
curl -X GET http://0.0.0.0:8000/ping
```- Response
```bash
pong
```