Feedback form made using python-flask framework and mySQL database
The system should have python installed with version higher than 3.9 with pip
For Unix/macOS:
python3 -m pip install --user virtualenv
For windows:
py -m pip install --user virtualenv
git clone https://github.com/Kingstan070/Feedback-form.git
cd Feedback-form
pip install -r requirements.txt
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