clone library and install to start using.
- Install dependencies: pip install -r requirements.txt
- Configure environment: Copy config/.env.example to config/.env
- Create a user: python create_user.py username email password
- Run the app: python app.py
- For Production: Generate a secure secret key: python -c "import secrets; print(secrets.token_hex(32))"
- Test the Configuration: Run the application to verify everything works: python app.py
- Create Your First User: python create_user.py yourusername [email protected] yourpassword