-
-
Notifications
You must be signed in to change notification settings - Fork 82
Home
level09 edited this page Dec 30, 2025
·
3 revisions
Hands-on tutorials for building with Enferno.
git clone https://github.com/level09/enferno.git
cd enferno
./setup.sh
uv run flask create-db
uv run flask install
uv run flask run| Tutorial | What You'll Build | Time |
|---|---|---|
| Quick Notes | Personal notes on your dashboard | ~10 min |
| OAuth Login | Google and GitHub sign-in | ~15 min |
| Background Tasks | Async email with Celery | ~15 min |
| Deploy with Ignite | Production deploy with auto SSL | ~5 min |
Use Ignite for one-command deployment:
curl -sSL https://raw.githubusercontent.com/level09/ignite/main/ignite.sh | sudo DOMAIN=app.example.com bashIncludes automatic SSL, Redis, systemd services, and security headers.
Full reference docs at docs.enferno.io