-
Frontend:
- React.js
- HTML/CSS
- JavaScript
-
Backend:
- Node.js
- Express.js
- MongoDB (for database management)
- Socket.io
- Netlify: Frontend deployment for hosting static assets and handling client-side routing.
- Render: Backend deployment for hosting Node.js server and managing API requests.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies using npm or yarn.
- Start the development server.
git clone https://github.com/kalviumcommunity/Task_Management_System.git
cd Task_Management_System.git
cd Server
npm install
npm run dev
cd Client
npm run dev
Once the server is running, you can access the Chayoo app in your browser.
Contributions are welcome! If you'd like to contribute to Task management system, please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.