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

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

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