🚀 Welcome to FastOpp Base Assets
{% if is_authenticated %}Welcome back, {{ user_email }}! You're logged in and ready to go.
✅ You're authenticated and can access all features
A minimal FastAPI application with authentication and protected content
{% endif %}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
Protected Content
{% if is_authenticated %}Access your protected content and user information
View Protected Content {% else %}Access password-protected content and user information
Login to Access {% endif %}