Skip to content

Demo-version for collecting and managing feedback from clients

Notifications You must be signed in to change notification settings

ihardlight/feedback-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed back form project

Demo-version for collecting and managing feedback from clients

Installation

Just run

python3 app.py 

Project will be start on http://localhost:8000

About technologies

The whole application have written on pure JavaScript and Python3. Only default libraries

Advantages

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

Database

If you do not have a database named feedback.db it will be created based on test data.

Database

About

Demo-version for collecting and managing feedback from clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published