{"id":21653747,"url":"https://github.com/aadewunmi/todo-app-backend","last_synced_at":"2026-04-07T07:44:01.314Z","repository":{"id":199643004,"uuid":"703395235","full_name":"AAdewunmi/todo-app-backend","owner":"AAdewunmi","description":"A Todo List Application (Backend) || Tech Stack: MongoDB, React, Express, Node (MERN)","archived":false,"fork":false,"pushed_at":"2025-01-17T13:34:00.000Z","size":197,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T22:08:10.171Z","etag":null,"topics":["backend","backend-api","expressjs","mern-stack","mongodb","mongoose","nodejs","react","reactjs","rest","restful","restful-api","todo-list-app","todo-list-app-react"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/build-to-do-list-app-with-node-express-react-mongodb/","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/AAdewunmi.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":"2023-10-11T06:58:07.000Z","updated_at":"2025-01-17T13:33:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"1294ea95-e03d-4370-b4f8-446e2d00a4f0","html_url":"https://github.com/AAdewunmi/todo-app-backend","commit_stats":null,"previous_names":["aadewunmi/todo-app-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AAdewunmi/todo-app-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2Ftodo-app-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2Ftodo-app-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2Ftodo-app-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2Ftodo-app-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AAdewunmi","download_url":"https://codeload.github.com/AAdewunmi/todo-app-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2Ftodo-app-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["backend","backend-api","expressjs","mern-stack","mongodb","mongoose","nodejs","react","reactjs","rest","restful","restful-api","todo-list-app","todo-list-app-react"],"created_at":"2024-11-25T08:20:24.133Z","updated_at":"2026-04-07T07:44:01.288Z","avatar_url":"https://github.com/AAdewunmi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title:\n\nTodo List Application\n\n## 1. Project Description:\n\nProgram a todo list application, with the following functionality:\n\n- Add item\n- Edit item\n- Delete item\n\n## 2. Tech Stack / Dependencies: \n\n- MongoDB\n- Express\n- React\n- Node\n- Mongoose / Axion\n* Postman used for testing URI end points\n\n## 3. Installation:\n\nThis project has been divided into 2 parts i.e. frontend and backend development.\n\nTo install:\n\ni. Clone the following git repo(s)\n\n```\nhttps://github.com/AAdewunmi/todo-app-frontend.git\n\nhttps://github.com/AAdewunmi/todo-app-backend.git\n\n```\n\n## 4. How To Use:\n\n1. Create todoList database in MongoDB\n\n\u003cimg width=\"1438\" alt=\"Screenshot 2023-10-16 at 13 07 05\" src=\"https://github.com/AAdewunmi/todo-app-backend/assets/15172744/26b28340-637b-4ee5-b260-c03da7fbd828\"\u003e\n\n2. Run the following from your command prompt, to start frontend, backend and mongodb servers:\n- /frontend\u003e npm start\n- /backend\u003e node index.js\n- brew services start mongodb-community\n  \n\u003cimg width=\"843\" alt=\"Screenshot 2023-10-16 at 13 13 08\" src=\"https://github.com/AAdewunmi/todo-app-backend/assets/15172744/71de2e08-0b6b-48d2-be21-a7d4278b40a4\"\u003e  \n\n\n## 5. Demo:\n\n\u003cimg width=\"677\" alt=\"Screenshot 2023-10-16 at 13 20 41\" src=\"https://github.com/AAdewunmi/todo-app-backend/assets/15172744/7b14b2fb-8105-4c9b-aaf5-32227ed4a2d1\"\u003e\n\n\n## 6. Contributing:\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n\n## 7. Adapted from: \n\nUDEMY Course Name: Build a To-Do List App with Node, Express, React and MongoDB\n\nCreated by: Moath M.\n\nLast updated: 09/2021\n\nURL: https://www.udemy.com/course/java-servlet-jsp-and-hibernate-build-a-complete-website/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Ftodo-app-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadewunmi%2Ftodo-app-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Ftodo-app-backend/lists"}