Skip to content

Gren-95/trello-clone-api

Repository files navigation

trello-clone-api

A simple Trello API clone that provides basic kanban board functionality.

Quick Start

The API is publicly accessible at: https://bee-srv.me

You can explore the API documentation at:

Self-Hosting

If you prefer to run the API locally:

  1. Clone the repository:

    git clone https://github.com/Gren-95/trello-clone-api.git
    cd trello-clone-api
  2. Install dependencies and start the server:

    npm start

    The local server will be available at: