This is a sample Node.js application that relies on environment variables available on a CPS1 Workspace, which make configuration to a Resource like a PostgreSQL database much easier.
Follow these steps to set up and run this application:
-
Install dependencies
npm ci
-
Run database migrations
npm run migrate
-
Start the development server
npm run dev
CPS1 (Cloud Programming Shell) is a CDE (Cloud Development Environment) self-hosted system that extends a Kubernetes cluster.
Refer to CPS1 Offical Documentation to know more.
