This is a web application built with FastAPI for managing users.
The app allows you to:
- List all users
- Add new users
- Edit existing users
- Delete users
Data is stored in a SQLite database using SQLAlchemy, so all changes are persistent.
The web interface uses Jinja2 templates.