In the project directory, you can run:
or
to utilize browser debugging.
There are examples for how Routes, Controllers, and Models are connected.
You will need to initialize a postgres database on your local machine for development with the name finback670_assessment.
An ORM, sequelize(https://sequelize.org/v5/), has been configured. If you prefer you can use raw SQL queries for database manipulation.