Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/livioribeiro/todomvc-selva
- Owner: livioribeiro
- Created: 2024-04-16T17:00:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T10:40:19.000Z (8 months ago)
- Last Synced: 2024-05-10T11:37:00.413Z (8 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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