{"id":27399001,"url":"https://github.com/burritosoftware/cmpe_milestone1","last_synced_at":"2026-01-24T17:02:30.011Z","repository":{"id":286934688,"uuid":"963021691","full_name":"burritosoftware/CMPE_Milestone1","owner":"burritosoftware","description":"recipe maker but like yeah","archived":false,"fork":false,"pushed_at":"2025-04-09T03:25:17.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T02:56:07.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/burritosoftware.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":"2025-04-09T03:20:23.000Z","updated_at":"2025-04-09T03:25:21.000Z","dependencies_parsed_at":"2025-04-09T04:33:45.008Z","dependency_job_id":null,"html_url":"https://github.com/burritosoftware/CMPE_Milestone1","commit_stats":null,"previous_names":["burritosoftware/cmpe_milestone1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FCMPE_Milestone1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FCMPE_Milestone1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FCMPE_Milestone1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burritosoftware%2FCMPE_Milestone1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burritosoftware","download_url":"https://codeload.github.com/burritosoftware/CMPE_Milestone1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813842,"owners_count":21165632,"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":[],"created_at":"2025-04-14T02:56:10.448Z","updated_at":"2026-01-24T17:02:30.004Z","avatar_url":"https://github.com/burritosoftware.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recipe Maker\nShare recipes with ease.  \n\n![Icons](https://skillicons.dev/icons?i=py,flask,sqlite)\n\n# [Watch Demo Video](https://drive.google.com/file/d/1zhybQ9sJiCyUd6-PuN9R-ICHEClDEfHw/view)\n\n---\n\nCreated by the following:\n- Zyjay C. ([@burritosoftware](https://github.com/burritosoftware)) - Implemented func reqs 1-5, non func 2\n- Stevie C. ([@xethrus-org](https://github.com/xethrus-org)) - Implemented func reqs 6-10, non func 3\n- Noah M. ([@N-Menache](https://github.com/N-Menache)) - Implemented func reqs 11-15, non func 1\n\n# Requirements\n- [Python 3](https://python.org)\n- [Git](https://git-scm.com/)\n- [Required libraries in requirements.txt](requirements.txt)\n# Setup\n1. Make sure you have Python, Git, and pip installed on a Linux system.\n2. Clone this repository and switch to it.\n```bash\ngit clone https://github.com/burritosoftware/CMPE_Milestone1.git\ncd CMPE_Milestone1\n```\n3. Create a virtual environment to run the app and initiate it.\n```bash\npython3 -m venv venv\nsource venv/bin/activate\n```\n4. Install dependencies.\n```bash\npip3 install -r requirements.txt\n```\n5. **Hello! If you're grading the project, please do not follow this step and skip to step 6, to preserve the starter database.** Otherwise, if you would like to not use the starter database, which has example recipes and example accounts, delete it.\n```bash\nrm app/app.db\n```\n5. Ensure the database is initialized by running these commands.\n```bash\nflask shell\nfrom app import db\ndb.create_all()\nexit()\n```\n6. Run the application with the dev server.\n```bash\npython3 run.py\n```\n\n# Usage\nYou can sign up for an account or log in to an existing account. Logged in users can create new recipes and delete any recipe. Logged out users can only see the recipe list.\n\nAn example account and example recipes are included in the starter database `app.db`.  \nLog in using username and password `stevie`. You can also sign up for a new account.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburritosoftware%2Fcmpe_milestone1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburritosoftware%2Fcmpe_milestone1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburritosoftware%2Fcmpe_milestone1/lists"}