Skip to content

PolkadotEducation/api

Repository files navigation

Polkadot Education API

Backend API for the Polkadot Education platform.

Prerequisites

  • Bun v1.1.29
  • Node v24.8.0
  • MongoDB v7.0.5 (local or remote)

Getting Started

  1. Install dependencies

    bun i
  2. Set up environment

    cp .env.example .env
    # Edit .env with your configuration
  3. Start development server

    bun dev

Commands

  • bun dev - Start development server
  • bun run test - Run tests
  • bun run lint - Lint code with ESLint
  • bun run lint:fix - Fix linting errors
  • bun run format - Format code with Prettier
  • bun run format:fix - Fix formatting errors
  • bun run build - Build for production

API Endpoints

The API runs on http://localhost:4000 by default.

About

Polkadot Education API (backend)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •