- Have Bun installed.
- Clone this repo.
- Install dependencies with:
bun install
- Create a
.envfile with the following:DATABASE_URL="postgresql://USER:PASSWORD@localhost:5432/DB_NAME?schema=public" - Generate the Prisma artifacts:
bun run prisma generate
To start the development server run:
bun run devOpen http://localhost:3000/ with your browser to see the result.