This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2024-05-23 16:55:29 +02:00
2024-05-23 16:51:32 +02:00

Commands

Copy .env.example to .env

cp .env.example .env

Run database on Docker

docker-compose up

Apply Prisma migrations

yarn migrate

Generate Prisma client

yarn generate

Run the server

yarn dev
Description
A demo for NextJS Server Actions
Readme MIT 342 KiB
Languages
TypeScript 97.2%
CSS 1.4%
JavaScript 0.6%
Shell 0.5%
Dockerfile 0.3%