{"id":25342340,"url":"https://github.com/yumikodev/todo-app","last_synced_at":"2026-04-09T12:02:40.909Z","repository":{"id":173118483,"uuid":"649920951","full_name":"yumikodev/todo-app","owner":"yumikodev","description":"A simple To Do application with Nodejs, Express, Socket.io, Mongodb and React.","archived":false,"fork":false,"pushed_at":"2023-06-06T18:32:05.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T10:01:44.146Z","etag":null,"topics":["express","javascript","mongodb","mongoose","nodejs","react","socket-io","vite"],"latest_commit_sha":null,"homepage":"https://todo-app-front.yumiko0828.repl.co/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yumikodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-06-05T23:57:37.000Z","updated_at":"2023-06-08T04:00:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b186e49-6285-45b6-967e-09a23f0abb8e","html_url":"https://github.com/yumikodev/todo-app","commit_stats":null,"previous_names":["yumiko0828/todo-app","yumikodev/todo-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumikodev%2Ftodo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumikodev%2Ftodo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumikodev%2Ftodo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumikodev%2Ftodo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yumikodev","download_url":"https://codeload.github.com/yumikodev/todo-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247853644,"owners_count":21007161,"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","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":["express","javascript","mongodb","mongoose","nodejs","react","socket-io","vite"],"created_at":"2025-02-14T10:01:22.158Z","updated_at":"2025-12-30T20:03:08.778Z","avatar_url":"https://github.com/yumikodev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToDo App\n\nThis's a simple ToDo app writing in JavaScript with Nodejs, express, MongoDB, Vite + React and Socket.io.\n\n# Cloning git repository\n\nTo download this project, clone the repository using Git.\n\n```bash\ngit clone https://github.com/Yumiko0828/todo-app.git\n```\n\n## Installing dependencies\n\nThe project has a Back-end (`~/server`) and a Front-end (`~/client`).\n\n```bash\ncd \u003cclient or server\u003e # To change de directory\n\nnpm install # If you're using NPM.\nyarn install # If you're using YARN.\npnpm install # If you're using PNPM.\n```\n\n## Configuration\n\nRename `~/server/.env.example` to `~/server/.env` and enter your MongoDB URI, it should look like this:\n\n```env\nMONGODB_URI=\u003cURI\u003e\n```\n\n## Start app in development mode\n\nFirst the Back-end.\n\n```bash\ncd server\nnpm run dev\n```\n\nThen the Front-end (in other terminal).\n\n```bash\ncd client\nnpm run dev\n```\n\nCheck the output in your terminal.\n\n## Start app in production mode\n\nThe Back-end.\n\n```bash\nnpm start\n```\n\nTo Build the Front-end.\n\n```bash\ncd client\nnpm run build\nnpm preview # To see a preview\n```\n\n# License\n\nThis project is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumikodev%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyumikodev%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumikodev%2Ftodo-app/lists"}