Add a Database
This set of milestones is all about building a RESTful API and interface for the Lost Kansas Communities project.
Milestone 2 - Add a Database
Building from the previous milestone, expand upon the starter project by adding the following features:
- Create an SQLite database
- Install and configure the Sequelize ORM and the Umzug migration tool
- Configure an automated process to migrate and seed the data on application startup
- Create database migrations, seeds, and models matching the database diagram given below
Database Diagram
Seed Data
Seed data is stored in CSV files that can be downloaded from Canvas. See Seeding from a CSV File for an example of how to read data from a CSV file when seeding the database.