Minimal Flask-based admin panel template for internal tools and small business dashboards.
- Simple login system
- Session-based authentication
- Protected dashboard route
- Clean project structure
- Internal admin tools
- Small business dashboards
- Management panels
- Prototype backends
- Python
- Flask
- Install dependencies: pip install -r requirements.txt
- Run the app: python app.py
- Open in browser: http://127.0.0.1:5000
This project is a minimal template designed to be extended with databases, roles, file uploads or API integrations.