Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.15 KB

Tech Stack

  • Frontend:

    • React.js
    • HTML/CSS
    • JavaScript
  • Backend:

    • Node.js
    • Express.js
    • MongoDB (for database management)
    • Socket.io

Deployment

  • Netlify: Frontend deployment for hosting static assets and handling client-side routing.
  • Render: Backend deployment for hosting Node.js server and managing API requests.

Usage

  1. Clone this repository to your local machine.
  2. Navigate to the project directory.
  3. Install dependencies using npm or yarn.
  4. 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.

Contributing

Contributions are welcome! If you'd like to contribute to Task management system, please follow these steps:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/your-feature-name).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature-name).
  5. Create a new Pull Request.