TodoMVC implementation using the framework Selva.
Implementation uses server side templates with Jinja and persistence with SQLAlchemy and Sqlite.
pip install -r requirements.txt
uvicorn selva.run:app
Navigate to http://localhost:8000
TodoMVC implementation using the framework Selva.
Implementation uses server side templates with Jinja and persistence with SQLAlchemy and Sqlite.
pip install -r requirements.txt
uvicorn selva.run:app
Navigate to http://localhost:8000