Skip to content

Overview

This is a node server that connects to a postgres database.

Located at b:projects/lifemanager/lifermanager_server

Migrations weren’t made initially, procuction will have to mark the first round as done to sync

This project is setup to run a github action to build and deploy on push.

Sequelize is the ORM used here. Models need to loaded into models/index.ts for inclusion to the db instance, which is used throughout.

The models aren’t typed, so as conversion to ts, they will need to have the types defined as well as the sequelize schema. Redundant, but the best option here.