Skip to content

jeyadosstimothy/feedback-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback App

This is a web application for receiving feedback from students, alumni and parent. The admin can view the statistics at any time, provided that there is atleast one feedback entry.

  • Server side is written in python using Flask server and Jinja2 templates
  • Client side uses CSS, jQuery and HTML
  • Database: MySQL

Usage:

  • Load MySQL dump from dbDump/ : mysql -u [user] -p [dbName] < dbDump/db.sql
  • Run the python server: python serv.py
  • Users can login at http://localhost:5000/ (Credentials available in info table)
  • Admin can login at http://localhost:5000/admin with username: admin, password: 1234

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published