Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 338 Bytes

Max Explorer

Pre-requisites

.env with google map api key required.

  1. Create the .env with the google map api key.
  2. npm install
  3. npx prisma migrate dev
  4. npm run dev

Update the DataBase

  1. First update the schema with your changes (prisma/schema.prisma)
  2. Run npx prisma migrate dev
  3. Run npx prisma generate