{"id":20773121,"url":"https://github.com/guruprasad3n/arba_development--assignment","last_synced_at":"2026-04-11T15:39:54.716Z","repository":{"id":234414851,"uuid":"787794418","full_name":"Guruprasad3n/Arba_Development--Assignment","owner":"Guruprasad3n","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-22T15:45:56.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T20:47:44.145Z","etag":null,"topics":["chakra-ui","css","expressjs","html","jwt","mongodb","nodejs","react-redux","reactjs","redux-toolkit"],"latest_commit_sha":null,"homepage":"https://arbagp.netlify.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/Guruprasad3n.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-04-17T07:41:17.000Z","updated_at":"2024-04-22T15:45:59.000Z","dependencies_parsed_at":"2024-04-19T08:54:12.603Z","dependency_job_id":"00b91123-8a7a-4467-b0b4-0a27f9ea1de6","html_url":"https://github.com/Guruprasad3n/Arba_Development--Assignment","commit_stats":null,"previous_names":["guruprasad3n/arba_development--assignment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Guruprasad3n/Arba_Development--Assignment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guruprasad3n%2FArba_Development--Assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guruprasad3n%2FArba_Development--Assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guruprasad3n%2FArba_Development--Assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guruprasad3n%2FArba_Development--Assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guruprasad3n","download_url":"https://codeload.github.com/Guruprasad3n/Arba_Development--Assignment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guruprasad3n%2FArba_Development--Assignment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31686141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chakra-ui","css","expressjs","html","jwt","mongodb","nodejs","react-redux","reactjs","redux-toolkit"],"created_at":"2024-11-17T12:24:30.841Z","updated_at":"2026-04-11T15:39:54.684Z","avatar_url":"https://github.com/Guruprasad3n.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arba Development\n\n\n## Introduction\nThis is an Ecommerce app. user can add the products and categories It provides a user-friendly interface for creating, managing, and categorizing products based on their status.\n\n## Project Type\nFullstack\n\n## Deplolyed App\nFrontend: [Deplot Link](https://arbagp.netlify.app/)\n\n## Test User \n    - User id : user\n    - Password : user@123\n\n\u003c!-- Backend: [https://kryzen-assignment-4d0z.onrender.com](https://kryzen-assignment-4d0z.onrender.com) --\u003e\n\n## Directory Structure\n\n\u003c!-- ```\nkryzen---Assignment/\n├─ backend/\n│  ├─ Config/\n│  │  ├─ db.js\n│  ├─ Controllers/\n│  │  ├─ taskController.js\n│  ├─ Models/\n│  │  ├─ taskSchema.js\n│  ├─ Routes/\n│  │  ├─ taskRoute.js\n│  ├─ index.js\n│\n├─ frontend/\n│  ├─ src/\n│  │  ├─ Components/\n│  │  │  ├─ CreateTask.jsx\n│  │  │  ├─ Header.jsx\n│  │  │  ├─ Navbar.jsx\n│  │  │  ├─ NotFound.jsx\n│  │  │  ├─ Task.jsx\n│  │  │  ├─ TaskList.jsx\n│  ├─ App.jsx\n│  ├─ App.css\n│  ├─ index.css\n│  ├─ main.jsx\n│\n├─ package.json\n``` --\u003e\n\n\n\u003c!-- ## Features\n\n### Frontend\n- Task creation with name, status, and date\n- Task management with drag-and-drop functionality\n- Filtering tasks by date\n- Exporting task lists to PDF format\n\n### Backend\n- CRUD operations for task management\n- Filtering tasks by date\n- Delete tasks by id --\u003e\n\n## Installation \u0026 Getting started\n\n    git clone https://github.com/Guruprasad3n/Arba_Development--Assignment\n---------------------\n    cd Arba_Development--Assignment\n### Frontend\n\n    - cd frontend\n    - npm install\n    - npm run dev\n\n- Server will start on the ```http://localhost:5173/```\n\n### Backend\n\n- cd backend\n    \n- add  ```.env```\n    - PORT = your port number\n    - MONGO_URI = your Mongo Url\n    - JWT_SECRET = Your Jwt Secret\n\n\n- npm install\n- npm start \n\n- Server will start on the ```http://localhost:8000/```\n\n\n\n### API Endpoints\n - User\n    * POST /register - Register User\n    * POST /login - Login User\n    * POST /forgot-password  -  Change Password\n    * GET  /:userId  -  Get User By Id\n    * POST /:userId  -  Update User\n\n## Technology Stack\n\n### Frontend\n- React.js\n- Chakra UI\n- react-router-dom\n\n\n### Backend\n- Node.js\n- Express.js\n- MongoDB\n- Mongoose\n- Other libraries/modules:\n    - cors\n    - dotenv","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguruprasad3n%2Farba_development--assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguruprasad3n%2Farba_development--assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguruprasad3n%2Farba_development--assignment/lists"}