There are two major sections of this project. Each section is a separate workshop in Canvas with its own rubric.
A Postgres DB is needed, so if you are using Docker, then you can start a postgres db easily. docker run --name os-postgres-db -e POSTGRESQL_USER=luke -e POSTGRESQL_PASSWORD=secret -e ...