{"id":17267255,"url":"https://github.com/abe-101/bagel-shop","last_synced_at":"2026-04-05T21:33:06.340Z","repository":{"id":103667981,"uuid":"446813516","full_name":"abe-101/bagel-shop","owner":"abe-101","description":"A breakfast request web app that enforced account validation via OTP","archived":false,"fork":false,"pushed_at":"2022-07-04T15:58:26.000Z","size":13955,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T12:23:02.127Z","etag":null,"topics":["bootstrap","flask","jinja","postgresql","python"],"latest_commit_sha":null,"homepage":"https://breakfast.habet.dev","language":"HTML","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/abe-101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"publiccode":null,"codemeta":null},"funding":{"github":["abe-101"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-01-11T12:32:08.000Z","updated_at":"2022-07-05T19:21:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fe27c4f-96df-4a6c-833b-41cf659f5c59","html_url":"https://github.com/abe-101/bagel-shop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abe-101%2Fbagel-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abe-101%2Fbagel-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abe-101%2Fbagel-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abe-101%2Fbagel-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abe-101","download_url":"https://codeload.github.com/abe-101/bagel-shop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245641437,"owners_count":20648644,"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":["bootstrap","flask","jinja","postgresql","python"],"created_at":"2024-10-15T08:10:10.528Z","updated_at":"2025-12-30T23:24:37.112Z","avatar_url":"https://github.com/abe-101.png","language":"HTML","funding_links":["https://github.com/sponsors/abe-101"],"categories":[],"sub_categories":[],"readme":"# Bagel Shop\n\u003c!-- If you'd like to use a logo instead uncomment this code and remove the text above this line\n--\u003e\n  ![Logo](https://github.com/abe-101/bagel-shop/blob/main/static/favicon-96x96.png)\n\n\n\nCreated by: [ABE](https://habet.dev/#about)\n\n![picture here](https://github.com/abe-101/bagel-shop/blob/main/static/bagel-shop.png)\n\n#### Video Demo: https://youtu.be/upUSN8B-Ohc\n\n## Description\n**Breakfast Roster**\n\nA simple secure web app for groups to submit food orders. Featuring OTP email confirmation. \n\n## Local Installation\n\n\nClone Project:\n\n```console\ngit clone git@github.com:abe-101/bagel-shop.git\n```\n\ninstall dependency's :\n\n```console\npip install cs50\npip install Flask\npip install Flask-Session\npip install psycopg2-binary\npip install requests\npip install Flask-mail\npip install requests\npip install markdown\npip install pygments\n```\n## Database ##\nFor this project we use Postgresql from Heroku.\nYou will need to retreive a secret URI by navigating to the Heroku [dashboard](https://dashboard.heroku.com/) Heroku app -\u003e Heroku Postgresql -\u003e Settings -\u003e View Credentials\n\ncopy the URI\n```console\nexport DATABASE_URL=URI\n```\nreplace URI with you db URI\n\n## Flask Mail ##\n\nYou will need to export your username password and sender email:\n```\nexport MAIL_DEFAULT_SENDER=bagel.shop.app@gmail.com\nexport MAIL_PASSWORD=YOUR SECRET PASSWORD HERE\nexport MAIL_USERNAME=bagel.shop.app\n```\n\n## Flask ##\n\nStart flask:\n```console\nflask run\n```\n\n\n## Usage\n\n* Password protected login\n* Email confirmation with OTP\n* Verification - Prevents malicious login attempts \n* Select daily menu\n* Email bagel shop\n* Request breakfast selection via email\n\n## Configuration\n\nThis block of text should explain how to configure your application:\n\n`Detail heroku set up`\n\n\n## Information\n\nScreenshots of your application below:\n\n![Screenshot 1](https://github.com/abe-101/bagel-shop/blob/main/static/unverify.png)\n\n![Screenshot 2](https://github.com/abe-101/bagel-shop/blob/main/static/otp.png)\n\n\n\n## Known Issues\n\nIf you discover any bugs, feel free to create an issue on GitHub fork and\nsend us a pull request.\n\n[Issues List](https://github.com/abe-101/bagel-shop/issues).\n\n## Authors\n\n* [Abe](https:github.com/abe-101)\n\n## Credits\n\n* [toastytortilla](https://github.com/toastytortilla)\n* Blauelf\n\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n\n## License\n\nYour Licensing Information goes here. Example: MIT/X11.\n\n## Road Map\n\n### New Technologies\n- [x] Flask-APScheduler\n- [X] Flask-mail\n- [x] Flask-Markdown\n- [x] OTP Email verification\n\n### Web Framework (Flask | Gunicorn)\n- [x] Login\n- [x] Logout\n- [x] Register\n- [x] index (users choice \u0026 update option\n- [x] selection POST (update users choice)\n- [x] Flask email (resister confirmation | daily menu)\n    - [x] OTP email verification \n    - [ ] Weakly email to bagel shop\n    - [x] Email me button\n- [x] Flask-APScheduler (trigger daily menu email)\n- [x] Render this README as about page\n- [x] OTP email verification \n\n### Front-end (HTML | CSS | JS | Bootstrap)\n- [x] login.html\n- [x] Logout.html\n- [x] Register.html\n- [x] Index.html\n\t- [x] Table display of weekly Selection \n\t- [x] Change selection (bagel type button | filling drop down menu)\n- [x] Favicon (thank you [toastytortilla](https://github.com/toastytortilla))\n\n\n### Database (Postgresql)\n- [x] User table with selection\n- [x] Menu table\n- [x] Email confirmation column (OTP)\n\n### Deployment (Github | Heroku | Cloudflare)\n- [x] Github\n- [x] Connect Github to Heroku\n- [x] Auto deployment\n- [x] Configure domain (Cloudflare)\n\n### README\n- [x] Name\n- [x] Local Setup\n- [x] Known Issues\n- [x] Authors\n- [x] Contributing\n- [x] License\n- [x] Road Map\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabe-101%2Fbagel-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabe-101%2Fbagel-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabe-101%2Fbagel-shop/lists"}