Skip to content

Student Registration & Feedback System made with HTML Form with MySql Database and NodeJS framework.

Notifications You must be signed in to change notification settings

martataddese/student-management-system-in-html-javascript-and-mysql

Repository files navigation

Student Registration & Feedback System

This repo comprises of two systems. Namely

  1. Registeration System
  2. Feedback System

The forms take in the input from the user and Inserts the values into MySQL database with NodeJS.

How to Install

  1. Clone the repo.
  2. Run the Regtables.sql and Feedtables.sql in your MySQL DB to create the tables.
  3. Make sure the Database server is online.
  4. Change the user, password,database,port according to your system.
  5. Open Terminal and run npm start.
  6. The NodeJS server will go live and will be listening to port 3000.
  7. Open your browser and hit http://localhost:3000/ and you are good to go ;)

Database Design

Registeration System Database :

1

Feedback System Database :

2

About

Student Registration & Feedback System made with HTML Form with MySql Database and NodeJS framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published