Transform ideas into unique AI art, print on t-shirts, phone cases, and more. Personalized, one-of-a-kind designs at your fingertips."
Before you can run ProductBot, make sure you have the following installed on your system:
- Docker
- Docker Compose
These instructions will help you set up and run the ProductBot application locally.
-
Clone the repository:
git clone cd ProductBot
-
Build and start the Docker containers:
docker-compose up --build
This command will build and start both the frontend and backend services defined in the
docker-compose.yml
file. -
Access the ProductBot application:
- Frontend: Open a web browser and navigate to http://localhost:3000
- Backend: The backend API is running on http://localhost:5000
To stop the ProductBot application and shut down the Docker containers, use the following command:
docker-compose down
- Frontend configuration can be found in
frontend/.env
- Backend configuration can be found in
backend/.env
If you would like to contribute to ProductBot, please follow our Contribution Guidelines.
This project is licensed under the MIT License - see the LICENSE.md file for details.