{"id":19481430,"url":"https://github.com/gauravooo2/taskmanagement_assignment_backend","last_synced_at":"2026-05-17T05:35:22.113Z","repository":{"id":257144760,"uuid":"857441271","full_name":"GauravOOO2/TaskManagement_assignment_Backend","owner":"GauravOOO2","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-14T18:46:58.000Z","size":8648,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T17:37:08.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://task-management-assignment-backend.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GauravOOO2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-14T17:05:18.000Z","updated_at":"2024-09-14T18:47:01.000Z","dependencies_parsed_at":"2024-09-15T03:11:20.359Z","dependency_job_id":null,"html_url":"https://github.com/GauravOOO2/TaskManagement_assignment_Backend","commit_stats":null,"previous_names":["gauravooo2/taskmanagement_assignment_backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GauravOOO2/TaskManagement_assignment_Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GauravOOO2","download_url":"https://codeload.github.com/GauravOOO2/TaskManagement_assignment_Backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GauravOOO2%2FTaskManagement_assignment_Backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33128660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T20:04:47.609Z","updated_at":"2026-05-17T05:35:22.100Z","avatar_url":"https://github.com/GauravOOO2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management Application\n\n## Overview\n\nThis Task Management Application is a full-stack web application designed to help users organize and track their tasks efficiently. It provides a user-friendly interface for creating, updating, and deleting tasks, as well as marking them as complete.\n\n## Live Link\n\n[Live Deployment Link](https://task-management-assignment-frontend.vercel.app/)\n\n## Features\n\n- Create new tasks with title, description, due date, and category\n- View a list of all tasks\n- Edit existing tasks\n- Mark tasks as complete\n- Delete tasks\n- Filter tasks by category or completion status\n- Sort tasks by due date or creation date\n\n## Technology Stack\n\n- Frontend: Next.js, React, Tailwind CSS\n- Backend: Node.js, Express.js\n- Database: MongoDB\n- Testing: Jest, Supertest\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm (v6 or later)\n- MongoDB (v4 or later)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/GauravOOO2/TaskManagement_assignment_Backend.git\n   ```\n\n2. Install dependencies for both frontend and backend:\n   ```bash\n   cd ./TaskManagement_assignment_Backend\n   npm install\n   ```\n\n3. Set up environment variables:\n   - In the `backend` directory, create a `.env` file with the following content:\n     ```bash\n     MONGO_URL=your_mongodb_connection_string\n     PORT=5000\n     ```\n     \n### Running the Application Locally\n\n1. Start the backend server:\n   ```bash\n   cd backend\n   npm run dev\n   ```\n\n2. In a new terminal, start the frontend development server:\n   ```bash\n   cd frontend\n   npm run dev\n   ```\n\n3. Open your browser and navigate to `http://localhost:3000`\n\n## API Endpoints\n\n- `GET /api/tasks`: Retrieve all tasks\n- `POST /api/tasks`: Create a new task\n- `GET /api/tasks/:id`: Retrieve a specific task\n- `PUT /api/tasks/:id`: Update a specific task\n- `DELETE /api/tasks/:id`: Delete a specific task\n\n## Testing\n\nTo run the backend tests:\n\n```bash\ncd backend\nnpm test\n```\n\n\n## Deployment\n\nThis application can be deployed using platforms like Vercel for the frontend and backend. Make sure to set the appropriate environment variables in your deployment platform.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Ftaskmanagement_assignment_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauravooo2%2Ftaskmanagement_assignment_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravooo2%2Ftaskmanagement_assignment_backend/lists"}