A collaborative web development project fostering teamwork and innovation.
DevTogether is a community-driven project aimed at uniting developers to build scalable, user-friendly web applications while sharing knowledge and best practices in modern web development.
- Encourage Collaboration β Work together to build amazing applications.
- Develop Scalable Solutions β Ensure robust and efficient performance.
- Promote Best Practices β Learn and implement industry standards.
| Technology | Usage |
|---|---|
| Frontend | React, HTML5, CSS3, JavaScript |
| Backend | Node.js, Express.js |
| Database | MongoDB |
| Containerization | Docker |
| Version Control | Git & GitHub |
Our backend is containerized using Docker to ensure a consistent development and deployment environment.
-
Install Docker
- Download and install Docker from here.
-
Clone the Repository
git clone https://github.com/your-repo/devtogether.git cd devtogether -
Build and Start the Docker Containers
docker-compose up --build
-
Check Running Containers
docker ps
-
Access the Backend Services
docker-compose down
Follow these steps to set up the project manually.
π Prerequisites