{"id":26491789,"url":"https://github.com/danielc92/flask-todo","last_synced_at":"2026-04-16T12:04:16.532Z","repository":{"id":100322656,"uuid":"179008226","full_name":"danielc92/flask-todo","owner":"danielc92","description":"Architecting and deploying a TODO themed application using Flask and heroku.","archived":false,"fork":false,"pushed_at":"2023-05-01T20:33:52.000Z","size":555,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T08:51:28.757Z","etag":null,"topics":["flask","mongodb","side-project"],"latest_commit_sha":null,"homepage":"https://dctodo.herokuapp.com","language":"HTML","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/danielc92.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":"2019-04-02T05:53:15.000Z","updated_at":"2022-07-22T02:48:45.000Z","dependencies_parsed_at":"2023-05-13T18:45:14.951Z","dependency_job_id":null,"html_url":"https://github.com/danielc92/flask-todo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielc92/flask-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielc92","download_url":"https://codeload.github.com/danielc92/flask-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fflask-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"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":["flask","mongodb","side-project"],"created_at":"2025-03-20T08:50:41.100Z","updated_at":"2026-04-16T12:04:16.527Z","avatar_url":"https://github.com/danielc92.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask TODO App\nDesigning and building a 'todo' style web application. Flask to be used as web framework. Mongodb as a backend and possibly Redis as a cache store.\n\n# Before you get started\nFamiliarity with the following will help.\n- Python **3.6.5**\n- Web frameworks (flask)\n- NOSQL databases\n- Cache servers\n\n# Requirements\n- Login / Register system\n- A NOSQL Task system defined by user\n- Task page with user scope\n- Profile page with user scope\n- Members page with global scope\n\n# Setup\n**How to obtain this repository:**\n```sh\ngit clone https://github.com/danielc92/flask-todo.git\n```\n**Modules/dependencies:**\n- `flask`\n- `flask_pymongo`\n\nInstall the following dependences:\n```sh\npip install flask flask_pymongo\n```\n\nMongoDB Installation via brew\n```sh\n# Installation using brew\nbrew install mongodb\n\n# Running locally\nmongod\n```\n\nMongoDB Installation via Docker\n```sh\ndocker run --name mongo-instance -d -p 27017:27017 mongo\n```\n\n# Tests\nThe following tests have been successfully completed.\n- 'Render' 'register', 'login', 'members' and 'home' routes\n- Register an account\n- Verify hashing function is working\n- Create task on 'home' route\n- Render tasks on 'home' route\n\n# Contributors\n- Daniel Corcoran\n\n# Sources\n- [Bulma Documentation](https://bulma.io/)\n- [Flask Documentation](http://flask.pocoo.org/)\n- [MongoDB Manual](https://docs.mongodb.com/manual/introduction/)\n- [Updating nested arrays in MongoDB](https://www.mattburkedev.com/updating-inside-a-nested-array-with-the-mongodb-positional-operator-in-c-number/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fflask-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielc92%2Fflask-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fflask-todo/lists"}