Skip to content

Develop a Collaborative Brainstorming Platform using NestJS that allows users to create and collaborate on "idea boards" in real time. Users can post ideas, comment on them, and vote for their favorites. The application will leverage WebSockets for live updates, and Supabase as the backend database and authentication provider.

Notifications You must be signed in to change notification settings

abdurehman760/BrainstormHub

Repository files navigation

BrainstormHub API Documentation

Project Overview

BrainstormHub is an API designed for brainstorming and organizing creative ideas. This API allows users to create, update, retrieve, and delete brainstorming boards, and supports user authentication with JWT tokens.

Docker Image

You can pull and run the Docker image for this project directly from Docker Hub.

Pull the Image

To pull the latest image from Docker Hub, run the following command:

docker pull abdurrahman760/brainstormhub:latest

### Run the Docker Container

Use the following command to start the container:

```bash
docker run -p 3000:3000 abdurrahman760/brainstormhub:latest

About

Develop a Collaborative Brainstorming Platform using NestJS that allows users to create and collaborate on "idea boards" in real time. Users can post ideas, comment on them, and vote for their favorites. The application will leverage WebSockets for live updates, and Supabase as the backend database and authentication provider.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages