SnipyJulmy / ASE-Todo-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO-Backend

Author : Sylvain Julmy

App

To run the application :

-m aiohttp.web -P 8080 aiotodo:app_factory

and be sure that the working directory is the same as the aiotodo.py in order to recover the sqlite db file.

To clear the table, just run the SQL command from create_table.sql for the todo_backend.sqlite database.

About

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%