This is a overcomplicated brainstorming app for the purpose of learning backend.
Make sure you're in the server/ directory
Before you can run this locally, you need to install PostgresSQL.
When installing PostgresSQL, put the master password as postgres
.
💪🏼 Install pnpm (package manager)
npm i -g pnpm
📦 Install the required packages
pnpm i
👀 Rename .env.example
to .env
🏘️ Migrate Prisma Database
pnpm run migrate:dev
🔨 Runs with ts-node whilst watching src/ for changes
pnpm run dev