{"id":30247301,"url":"https://github.com/manishdevelops/task-tracker-app","last_synced_at":"2025-10-10T00:45:44.283Z","repository":{"id":291245099,"uuid":"977051044","full_name":"manishdevelops/task-tracker-app","owner":"manishdevelops","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-04T20:25:21.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T06:41:55.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/manishdevelops.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,"zenodo":null}},"created_at":"2025-05-03T10:09:29.000Z","updated_at":"2025-05-04T20:25:24.000Z","dependencies_parsed_at":"2025-05-03T11:24:03.325Z","dependency_job_id":"7752b191-f399-4969-852a-29fc3184a1c6","html_url":"https://github.com/manishdevelops/task-tracker-app","commit_stats":null,"previous_names":["manishdevelops/task-tracker-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manishdevelops/task-tracker-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdevelops%2Ftask-tracker-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdevelops%2Ftask-tracker-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdevelops%2Ftask-tracker-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdevelops%2Ftask-tracker-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manishdevelops","download_url":"https://codeload.github.com/manishdevelops/task-tracker-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishdevelops%2Ftask-tracker-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002344,"owners_count":26083357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":"2025-08-15T06:35:20.657Z","updated_at":"2025-10-10T00:45:44.253Z","avatar_url":"https://github.com/manishdevelops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Tracker Application\n\n## Description\nThe Task Tracker Application is a full-stack MERN (MongoDB, Express, React, Node.js) project designed to help users manage their tasks efficiently. It allows users to create, update, delete, and track tasks with a user-friendly interface.\n\n## Features\n- User authentication and authorization.\n- Create, read, update, and delete tasks.\n- Secure API endpoints with JWT authentication.\n- Input sanitization and protection against XSS and NoSQL injection.\n- Responsive frontend built with React.\n- Backend API built with Express and MongoDB.\n\n## Installation\n\n### Backend Setup\n1. Navigate to the `backend` directory:\n   ```bash\n   cd backend\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Create a `.env` file in the `backend` directory and configure the following:\n   ```\n   PORT=5000\n   MONGODB_URI=your_mongodb_connection_string\n   NODE_ENV=\n   JWT_SECRET=your_jwt_secret\n   JWT_EXPIRES_IN=\n   EMAIL=set email\n   PASSWORD=set app password for nodemailer\n   ```\n4. Start the backend server:\n   ```bash\n   npm run dev\n   ```\n\n### Frontend Setup\n1. Navigate to the `frontend` directory:\n   ```bash\n   cd frontend\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Create a `.env` file in the `frontend` directory and configure the following:\n   VITE_API_URL=http://localhost:5000\n   ```\n4. Build the frontend:\n   ```bash\n   npm run build\n   ```\n\n## Scripts\n- `npm run dev`: Start the backend server in development mode.\n- `npm run prod`: Start the backend server in production mode.\n\n## Technologies Used\n- **Frontend**: React, HTML, CSS\n- **Backend**: Node.js, Express\n- **Database**: MongoDB\n- **Authentication**: JSON Web Tokens (JWT)\n- **Security**: express-mongo-sanitize, xss-clean\n\n## Author\nManish Mandal\n\n## License\nThis project is licensed under the ISC License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishdevelops%2Ftask-tracker-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanishdevelops%2Ftask-tracker-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishdevelops%2Ftask-tracker-app/lists"}