This repo comprises of two systems. Namely
- Registeration System
- Feedback System
The forms take in the input from the user and Inserts the values into MySQL database with NodeJS.
- Clone the repo.
- Run the Regtables.sql and Feedtables.sql in your MySQL DB to create the tables.
- Make sure the Database server is online.
- Change the
user
,password
,database
,port
according to your system. - Open Terminal and run
npm start
. - The NodeJS server will go live and will be listening to port 3000.
- Open your browser and hit
http://localhost:3000/
and you are good to go ;)