Skip to content

Kingstan070/Feedback-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback-form (basic structure)

Feedback form made using python-flask framework and mySQL database

Installation

The system should have python installed with version higher than 3.9 with pip

Installing virtualenve if not installed

For Unix/macOS:

python3 -m pip install --user virtualenv

For windows:

py -m pip install --user virtualenv

Getting started

git clone https://github.com/Kingstan070/Feedback-form.git
cd Feedback-form
pip install -r requirements.txt

Running the project in script mode

For Unix/macOS

python3 -m run

For windows:

py -m run

p.s. any changes regarding the config should be made in app/__init__.py file since the config.py in still on development

Screenshots

Students Login Page

image

Database values used

image

Teacher's Login Page

image

Feedback Page

image

Final Page for Student

image

About

Feedback form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published