{"id":28076947,"url":"https://github.com/jaredhanson/todos-express-sqlite","last_synced_at":"2026-03-05T09:03:52.884Z","repository":{"id":66002121,"uuid":"446131410","full_name":"jaredhanson/todos-express-sqlite","owner":"jaredhanson","description":"Todo app built with Node.js, Express, and SQLite.","archived":false,"fork":false,"pushed_at":"2022-05-13T23:34:19.000Z","size":30,"stargazers_count":11,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T11:09:19.779Z","etag":null,"topics":["example","express","nodejs","sqlite","todomvc"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/jaredhanson.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jaredhanson"}},"created_at":"2022-01-09T15:44:52.000Z","updated_at":"2025-07-18T21:16:50.000Z","dependencies_parsed_at":"2023-05-15T20:45:47.053Z","dependency_job_id":null,"html_url":"https://github.com/jaredhanson/todos-express-sqlite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaredhanson/todos-express-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Ftodos-express-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Ftodos-express-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Ftodos-express-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Ftodos-express-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredhanson","download_url":"https://codeload.github.com/jaredhanson/todos-express-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhanson%2Ftodos-express-sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"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":["example","express","nodejs","sqlite","todomvc"],"created_at":"2025-05-13T01:55:59.690Z","updated_at":"2026-03-05T09:03:52.851Z","avatar_url":"https://github.com/jaredhanson.png","language":"CSS","funding_links":["https://github.com/sponsors/jaredhanson"],"categories":[],"sub_categories":[],"readme":"# Express • [TodoMVC](http://todomvc.com)\n\n\u003e Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.\n\n\u0026ndash; _[Express](https://expressjs.com/)_\n\n## Resources\n\n- [Website](https://expressjs.com/)\n- [API Reference](https://expressjs.com/en/4x/api.html)\n\n### Support\n\n- [Stack Overflow](https://stackoverflow.com/questions/tagged/express)\n- [Google Groups](https://groups.google.com/g/express-js)\n\n*Let us [know](https://github.com/jaredhanson/todos-express-sqlite/issues) if you discover anything worth sharing.*\n\n\n## Implementation\n\nIn contrast to a typical [TodoMVC](https://todomvc.com) app, this app does not\nutilize a frontend JavaScript framework or make use of client-side capabilities\nsuch as `localStorage`.  Instead, it illustrates how to build a todo app using\na backend for application logic and persistence, along with HTML forms for\ninteraction.\n\nThis app is built using [Node.js](https://nodejs.org/) along with the [Express](https://expressjs.com/)\nweb framework.  Data is persisted to a [SQLite](https://www.sqlite.org/)\ndatabase.  HTML pages are rendered using [EJS](https://ejs.co/) templates, and\nare styled using vanilla CSS.  HTML forms are used to modify data, rather than a\nRESTful API.  That being said, the forms serialize data in a format inspired by\n[Todo-Backend](https://todobackend.com/).\n\nTo run this app, clone the repository and install dependencies:\n\n```bash\n$ git clone https://github.com/jaredhanson/todos-express-sqlite.git\n$ cd todos-express-sqlite\n$ npm install\n```\n\nThen start the server:\n\n```\n$ npm start\n```\n\nNavigate to [`http://localhost:3000`](http://localhost:3000).\n\nThe scaffolding for this app was generated using [Express application generator](https://expressjs.com/en/starter/generator.html):\n\n```bash\n$ express -v ejs todos-express-sqlite\n```\n\n## Credit\n\nCreated by [Jared Hanson](https://www.jaredhanson.me/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredhanson%2Ftodos-express-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredhanson%2Ftodos-express-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredhanson%2Ftodos-express-sqlite/lists"}