https://github.com/karthikgangadhar/node-mysql-interface
This is a single page node mysql interface
https://github.com/karthikgangadhar/node-mysql-interface
Last synced: about 1 month ago
JSON representation
This is a single page node mysql interface
- Host: GitHub
- URL: https://github.com/karthikgangadhar/node-mysql-interface
- Owner: KarthikGangadhar
- License: mit
- Created: 2019-08-11T10:02:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:33:31.000Z (over 2 years ago)
- Last Synced: 2025-01-25T15:09:01.835Z (3 months ago)
- Language: HTML
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-MySql
This is a single page node mysql web interfaces for the following queries:
- Enter a PHDSTUDENT LName and FName in the interface, and then retrieve and display the student info for that student: supervisor name (FName, LName), Student type of support (GRA, GTA, scholarship,self) , and list of milestone name and date passed for each milestone the student has passed.
- A Web interface to insert a new PHDStudent, including the student info, supervisor, and type of support.