https://github.com/fresult/just-fastapi
Learn FastAPI from the tutorial: https://fastapi.tiangolo.com/tutorial
https://github.com/fresult/just-fastapi
fastapi python python3
Last synced: 3 months ago
JSON representation
Learn FastAPI from the tutorial: https://fastapi.tiangolo.com/tutorial
- Host: GitHub
- URL: https://github.com/fresult/just-fastapi
- Owner: fResult
- Created: 2024-02-26T18:05:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:12:42.000Z (10 months ago)
- Last Synced: 2024-08-15T13:52:12.855Z (10 months ago)
- Topics: fastapi, python, python3
- Language: Python
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just Fastapi
FastAPI Learning from the official documentation.
## Prerequisite
- [Python 3.12+](https://www.python.org/downloads)
- [Rye](https://rye-up.com/) package manager## Available Scripts
**Install packages (first time):**
```bash
rye sync
```**Run (development mode):**
```bash
rye run fastapi dev src/main.py
```**Run (production mode):**
```bash
rye run fastapi run src/main.py
```## API Docs
After running the application...\
Visit