- local postgresql server
- node.js 18+
Start up your postgresql local server and fill out the env file based on example.
Migrate and seed your database
npx prisma migrate reset
npm run seedStart the server
npm install # install the dependencies
npm run dev # start the development serverThe app should work on localhost on the port you specified in the env (we recommend :3005).
You are good to go with working on backend/frontend