Skip to content

KittyCody/kiosk

Repository files navigation

Case study: intership/alternance

Welcome to the Kiosk case study!

This is a Remix application but don’t worry, you will grasp it easily.

Please install the project, run it locally, and you will see what you have to do for this case study.

Good luck!

Development

Install:

pnpm i

Run the database (suggested with docker compose, do what you prefer):

docker-compose up -d

Setup your environment

cp .env.template .env

Run migrations:

pnpm prisma migrate dev
pnpm prisma generate
pnpm tsx prisma/seed.ts

Run the dev server:

pnpm dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published