Express REST API and database for the Routerunner application running in Azure Container Apps service.
- TypeScript
- Express
- Prisma
- PostgreSQL
- Zod
- Vitest
# Install dependencies
npm install
# Run server and DB locally
docker compose up
# Run server in dev mode
npm run dev
# Run tests
npm test