Skip to content

bali-dev-camp/03-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model View Controller

Step-step

  1. Prepare the environment, clone this repo
git clone https://github.com/bali-dev-camp/03-mvc.git
  1. Install project dependencies
npm install
  1. Enjoy, and improve with ejs
Note
  1. 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 the migration:
npx prisma generate
npx prisma migrate dev
npm run seed

Refrence

  1. Template engine Ejs
  2. CSS Framework Bootstrap 5
  3. Icon Framework Bootstrap Icon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published