Skip to content

Fronvo/server

Repository files navigation

Fronvo banner

Setup

  • pnpm i

  • Fill out .env.example and rename to .env

  • docker compose up -d to start the PostgreSQL instance locally

  • pnpm start starts at port 3001

Testing

  • pnpm test while running the docker compose instance