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
CI Pipeline
Section titled “CI Pipeline”This project is setup to run a github action to build and deploy on push.
Tooling
Section titled “Tooling”Sequilize
Section titled “Sequilize”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.
Postman
Section titled “Postman”-
lifeManager
Section titled “lifeManager”Current
-
lifeManager 2 ?
Section titled “lifeManager 2 ?”The routes and naming look pretty good.
-
lifeManager 3 ?
Section titled “lifeManager 3 ?”Looks like an aborted start, probably redwood.js?