This repository contains a full-stack application to help teams collaborate better, featuring project management and real-time communication capabilities.
- Backend: Node.js, Express.js
- Frontend: React.js
- Real-time Communication: Socket.io
- Node.js (version >= 14)
- npm or yarn
- Clone the repository:
git clone https://github.com/ProjectDreadman/collaboration-tool.git cd collaboration-tool
- Install dependencies for both backend and frontend:
cd backend npm install cd ../frontend npm install
- Start the backend server:
cd backend npm start
- Start the frontend development server:
cd ../frontend npm start
- Fork the repository.
- Create a new branch (git checkout -b new-feature).
- Make your changes and commit them (git commit -am 'Add new feature').
- Push to the branch (git push origin new-feature).
- Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.