Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 472 Bytes

tkg

A simple node, angular 0.6x based user interface implementation for CSE202 DBMS (2020), Database hosted on remotemysql.com connected through mysql -npm

How to Run

  • Clone repository using git clone or download zip
  • Install npm if not present
  • run npm install in root directory
  • Run $ npm start (for testing) OR $ npm run server (for development)
  • open http://localhost:5000/ or http://127.0.0.1:5000/ in browser.