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