This app is a visual represnation of how diffrent type of Database Management System works and comparison of their workflow
This app currently compares 3 systems
- MySql - Relational
- Mongo db - Documents
- Neo4js - Graphical
STEP 1: Open MYSQL Server and run db.sql.
STEP 2: Change the settings.json file to the host, username and password.
STEP 3: Run npm install in the main directory.