Demo-version for collecting and managing feedback from clients
Just run
python3 app.py
Project will be start on http://localhost:8000
The whole application have written on pure JavaScript and Python3. Only default libraries
The client side works reactive. Only once load index.html and update the content page if needed. Manual changes in URL also handles.
The server side uses sqlite 3 database. All request resolves thought one SQL query because database is simple.
Also some high-level commands provides to make more difficult queries.
Application satisfy PEP 333 WSGI standard
If you do not have a database named feedback.db it will be created based on test data.