Simple CRUD made with TypeScript, Nestjs, React, Styled Components, TypeORM and PostgreSQL. Architectured with Yarn workspaces v2 as a Monorepo.
To see the app in action click here -> https://zenbit-backend.herokuapp.com/
node 18.2.0
yarn 3.2.1
Create a Postgres database in Heroku and put its credentials at /apps/server/src/config/config.module.ts. Then build and start the project:
git clone git@github.com:jphinning/Zenbit_Form.git
cd Zenbit_Form
yarn
yarn build
yarn start