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

https://github.com/fayasnoushad/expense-management-app

An expense management api built using FastAPI
https://github.com/fayasnoushad/expense-management-app

backend fastapi sqlmodel

Last synced: 8 days ago
JSON representation

An expense management api built using FastAPI

Awesome Lists containing this project

README

          

# expense-management-app

An expense management application built with FastAPI.

## Quick Start

### Start the development server

```bash
uv run fastapi dev
```

Visit http://localhost:8000

## Project Structure

- `main.py` - Your FastAPI application
- `pyproject.toml` - Project dependencies

## Learn More

- [FastAPI Documentation](https://fastapi.tiangolo.com)