An open API service indexing awesome lists of open source software.

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

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.