Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 662 Bytes

database-setup.md

File metadata and controls

28 lines (17 loc) · 662 Bytes

System Design Backend MySQL and Flask App :: Database Setup

Table of Contents

Connecting to the Database

Once the docker containers are up you can connect to the database locally with the following information:

Port: 30000 Username: root Password: root

Loading AIFMRM Data

To get the data into the DB you need:

  1. The sql dump from someone in the team
  2. To import the sql dump into the database

⬆ back to top