Skip to content

A fullstack restaurant orders app. Built with Nest JS and Next JS using server components and server actions. Monorepo setup.

Notifications You must be signed in to change notification settings

martinc1991/wake-up-test

Repository files navigation

How to run

First of all, this project uses docker to run its local db, so make sure you have it installed and running.

  1. Install dependencies using pnpm (installation link): in the root folder run pnpm i
  2. In the apps/api folder, change the name of the .env.example file to just .env
  3. In the apps/web folder, change the name of the .env.example file to .env.local
  4. In the root of the project run pnpm prepare:app (it will generate prisma client, migrate the db and seed it with)
  5. Now run pnpm dev to start the development servers

About

A fullstack restaurant orders app. Built with Nest JS and Next JS using server components and server actions. Monorepo setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published