- Prepare the environment, clone this repo
git clone https://github.com/bali-dev-camp/03-mvc.git
- Install project dependencies
npm install
- Enjoy, and improve with ejs
- Whenever you make changes to your database that are reflected in the Prisma schema, you need to manually re-generate Prisma Client to update the generated code in the
node_modules/.prisma/client
directory and update themigration
:
npx prisma generate
npx prisma migrate dev
npm run seed
- Template engine Ejs
- CSS Framework Bootstrap 5
- Icon Framework Bootstrap Icon