Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 655 Bytes

File metadata and controls

45 lines (28 loc) · 655 Bytes

PPLE Today Ballot Crypto API

PPLE Today Ballot Crypto API

Technology Stack

Prerequisites

  • Node.js (v22.17.0 or later)
  • pnpm (v9.9.0 or later)

Project Setup

  1. Install dependencies

    pnpm install
  2. Copy .env.example to .env and fill in the required environment variables.

    cp .env.example .env
  3. Start the application

    pnpm dev

API Documentation

  • Swagger UI is available at endpoint /swagger

Building for Production

To build the application for production, run:

pnpm build