Skip to content

genevieveluyt/GensWebER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gen's Web-ER

Visualize the database schema of any online database as a high-level abstract entity-relationship (ER) diagram.

Setup

This only needs to be done once

  1. Install MongoDB Community Edition
  2. Install MySQL
  3. Clone this repo
$ git clone https://github.com/genevieveluyt/GensWebER.git
  1. Navigate into the project
$ cd GensWebER
  1. (Optional but recommended) Create a virtual environment with Python 3
  2. Install the Python dependencies
$ pip install -r requirements.txt

Running the Application

  1. Start the MongoDB server
  2. Start the MySQL service
  3. Run the application
$ export FLASK_APP=app.py
$ flask run
  1. 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).

About

Turn a MySQL database schema into an abstract entity (ER) diagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •