Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/livioribeiro/todomvc-selva

TodoMvc implementation with framework Selva
https://github.com/livioribeiro/todomvc-selva

Last synced: about 1 month ago
JSON representation

TodoMvc implementation with framework Selva

Awesome Lists containing this project

README

        

# TodoMVC + Selva

[TodoMVC](https://todomvc.com/) implementation using the framework [Selva](https://livioribeiro.github.io/selva/).

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

## Quickstart

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

Navigate to http://localhost:8000