A vehicle service and parts management system built using Next.js, Prisma, PostgreSQL, and tailwindcss. With the database hosted on Neon we are able to have the entire project up and running.
git clone https://github.com/musashi-13/cerberus-dbms-project
pnpm install
.env
file with your jwt token, database url, and database user.DATABASE_URL="..."
pnpm prisma migrate dev
pnpm dev