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.
Riccardo Senica 6f3646499f Merge pull request #1 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-7dfdb228fa
build(deps): bump the npm_and_yarn group across 1 directory with 4 updates
2024-12-21 18:44:36 +01:00
2024-07-08 12:24:21 +02:00
2024-05-28 07:11:57 +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%