A simple Trello API clone that provides basic kanban board functionality.
The API is publicly accessible at: https://bee-srv.me
You can explore the API documentation at:
- English: https://docs.bee-srv.me/en
- Estonian: https://docs.bee-srv.me/et
If you prefer to run the API locally:
-
Clone the repository:
git clone https://github.com/Gren-95/trello-clone-api.git cd trello-clone-api
-
Install dependencies and start the server:
npm start
The local server will be available at:
- API: http://localhost:3000
- Documentation:
- English: http://localhost:3000/docs/en
- Estonian: http://localhost:3000/docs/et