Skip to content

Fronvo/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7efab7 · Feb 12, 2025

History

38 Commits
Jun 16, 2024
Feb 12, 2025
Feb 12, 2025
Feb 12, 2025
Feb 8, 2025
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Feb 12, 2025
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024
Feb 12, 2025
Feb 12, 2025
Jun 16, 2024

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