Backend for tracking order build using express.js
This project uses pnpm
pnpm install
Update your .env file with the required config values
This assumes that you have Postgres installed and running locally on your machine.
The database schema consists of three tables, account
storing user details, orders
storing orders made and a status
relations showing the status of an order.
pnpm exec prisma migrate dev
pnpm seed
pnpm local:watch