A demo for NextJS Server Actions
This repository has been archived on 2026-03-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 97.2%
  • CSS 1.4%
  • JavaScript 0.6%
  • Shell 0.5%
  • Dockerfile 0.3%
Find a file
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
.husky test: add playwright with basic tests for home page 2024-07-07 16:14:07 +02:00
.vscode test: add playwright with basic tests for home page 2024-07-07 16:14:07 +02:00
app feat: remove analytics tab 2024-07-08 12:24:21 +02:00
contexts chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
data fix: correct some workflow problems 2024-05-28 07:11:57 +02:00
prisma chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
public chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
utils chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
.env.example test: add playwright with basic tests for home page 2024-07-07 16:14:07 +02:00
.eslintrc.json chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
.gitignore test: add playwright with basic tests for home page 2024-07-07 16:14:07 +02:00
.prettierrc chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
.yarnrc.yml chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
commitlint.config.ts chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
docker-compose.yml build: uncomment app container 2024-07-08 11:02:01 +02:00
Dockerfile chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
LICENSE Initial commit 2024-05-23 16:51:32 +02:00
next.config.mjs chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
package-lock.json build(deps): bump the npm_and_yarn group across 1 directory with 4 updates 2024-10-15 19:54:28 +00:00
package.json Merge pull request #1 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-7dfdb228fa 2024-12-21 18:44:36 +01:00
postcss.config.js chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
README.md chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
tailwind.config.ts chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
tsconfig.json chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
vercel.json chore: add all the code from original repo 2024-05-23 16:55:29 +02:00
yarn.lock build(deps): bump the npm_and_yarn group across 1 directory with 4 updates 2024-10-15 19:54:28 +00: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