This is a feedback form for the customers who purchased the vehicle. This is a simple app where customers can fill the feedback and the mail will be sent to them about the details they have entered.
The main branch involved postgresql database and the dev consists of mysql database.
- Python
- flask framework
- Postgresql or any other RDBMS
Create and activate an virtual environment and then run the following command to install the dependencies
pip3 install -r requirements.txt