Visualize the database schema of any online database as a high-level abstract entity-relationship (ER) diagram.
This only needs to be done once
- Install MongoDB Community Edition
- Install MySQL
- Clone this repo
$ git clone https://github.com/genevieveluyt/GensWebER.git
- Navigate into the project
$ cd GensWebER
- (Optional but recommended) Create a virtual environment with Python 3
- Install the Python dependencies
$ pip install -r requirements.txt
- Start the MongoDB server
- Start the MySQL service
- Run the application
$ export FLASK_APP=app.py
$ flask run
- Navigate to http://localhost:5000 or http://127.0.0.1:5000 in a browser. Works best on Firefox (V45 or higher) or Google Chrome (V49.0 or higher).