generated from OPCODE-Open-Spring-Fest/template
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
So, what is it about?
This feature is about containerizing the CollabCanvas project using Docker and Docker Compose.
Currently, the setup is manual and complex, requiring developers to:
- Run the client and server in two separate terminals
- Manually set up and connect to an external MongoDB database
✅ Proposed Solution
Create a docker-compose.yml file that defines three services:
- client — React application
- server — Node.js backend
- db — MongoDB (official
mongoimage)
🎯 Expected Outcome
A simple, one-command setup:
docker-compose upCode of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels