- First,
git clone ...the project. - Run
npm i --forceto install the dependencies. - Run
npm run dev:turboto run the development server. - Open http://localhost:3000 with your browser to see the result.
- Do not push the environment variables (
.env) file to the Git or anywhere else. - Modify the
.env.exampleto.env, and fill in your environment variables.
- If you have modified the Prisma data model/schema, please run
prisma generateto update the typings. - Migrate the schema with
prisma migrate dev. - More information here: Getting Started with Prisma Migrate
- MySQL/MariaDB type mapping to Prisma: Type Mappings
Group Code: p5-01
