PPLE Today Ballot Crypto API
- Node.js (v22.17.0 or later)
- pnpm (v9.9.0 or later)
-
Install dependencies
pnpm install
-
Copy
.env.exampleto.envand fill in the required environment variables.cp .env.example .env
-
Start the application
pnpm dev
- Swagger UI is available at endpoint
/swagger
To build the application for production, run:
pnpm build