Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 351 Bytes

TodoMVC + Selva

TodoMVC implementation using the framework Selva.

Implementation uses server side templates with Jinja and persistence with SQLAlchemy and Sqlite.

Quickstart

pip install -r requirements.txt
uvicorn selva.run:app

Navigate to http://localhost:8000