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.
You can pull and run the Docker image for this project directly from Docker Hub.
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