Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 559 Bytes

readme.md

File metadata and controls

53 lines (35 loc) · 559 Bytes

How to Run

  1. Clone repo backend
    git clone https://github.com/PPL22/backend.git
  1. Checkout to branch dev
    git checkout dev
  1. Clone repo frontend
    git clone https://github.com/PPL22/frontend.git
  1. Install dependencies di kedua repo
    npm install
  1. Migrate database
    npx prisma migrate dev --name init
  1. Seed database
    npx prisma db seed
  1. Run backend
    npm run devStart
  1. Run frontend
    npm run start

NB

Jangan lupa menyalakan server mysql