FastOpp Base Assets

🚀 Welcome to FastOpp Base Assets

A minimal FastAPI application with authentication and protected content

Getting Started

Quick Setup Commands

1. uv run python oppman.py db Initialize database
2. uv run python oppman.py superuser Create admin user
3. uv run python oppman.py runserver Start the application

Default Admin Login

Email: admin@example.com

Password: admin123

Change Password

uv run python oppman.py change_password Interactive password change for any user

Admin Panel

Access the SQLAdmin interface for database management

Go to Admin

Protected Content

Access password-protected content and user information

Login to Access