{"id":15578514,"url":"https://github.com/chomelc/wye","last_synced_at":"2026-05-02T11:37:19.636Z","repository":{"id":129169851,"uuid":"448993874","full_name":"chomelc/WYE","owner":"chomelc","description":"A simple webapp to organize and keep track of your weekly meals.","archived":false,"fork":false,"pushed_at":"2022-05-23T11:33:14.000Z","size":1128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T21:36:10.072Z","etag":null,"topics":["flask","python","react","restful-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/chomelc.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,"publiccode":null,"codemeta":null}},"created_at":"2022-01-17T17:50:29.000Z","updated_at":"2022-05-12T20:53:48.000Z","dependencies_parsed_at":"2023-05-04T18:18:10.315Z","dependency_job_id":null,"html_url":"https://github.com/chomelc/WYE","commit_stats":{"total_commits":58,"total_committers":2,"mean_commits":29.0,"dds":0.3793103448275862,"last_synced_commit":"d8c85c81e48ddc2a53f2f7561a75f45fea6c1ca2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chomelc%2FWYE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chomelc%2FWYE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chomelc%2FWYE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chomelc%2FWYE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chomelc","download_url":"https://codeload.github.com/chomelc/WYE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156011,"owners_count":20732357,"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":["flask","python","react","restful-api","typescript"],"created_at":"2024-10-02T19:11:14.793Z","updated_at":"2026-05-02T11:37:18.208Z","avatar_url":"https://github.com/chomelc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :fork_and_knife: WYE - What ya eatin'?\n\n## :gear: Back-end\n\n### Dependencies\n\n- Python 3\n- [Flask](https://flask.palletsprojects.com/en/1.1.x/)\n- [Flask-RESTful](https://flask-restful.readthedocs.io/en/latest/)\n- [Flask-RESTX](https://flask-restx.readthedocs.io/en/latest/index.html)\n- [Peewee](http://docs.peewee-orm.com/en/latest/)\n- [Click](https://click.palletsprojects.com/en/8.0.x/)\n- [Unidecode](https://pypi.org/project/Unidecode/)\n\nInstall all the dependencies with:\n```bash\npip install -r requirements.txt\n```\n\n### Manipulating the database\n\nDrop the tables with:\n```bash\nflask dropdb\n```\n\nInitialize the database with:\n```bash\nflask initdb\n```\n\nPopulate the database with:\n```bash\nflask populatedb\n```\n\n### Launching the server\n\nLaunch the server with: \n```bash\npython app.py\n```\n\n## :dart: Front-end\n\n### Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n##### Available Scripts\n\nIn the project directory, you can run:\n\n-  `yarn start`\n\n    Runs the app in the development mode.\\\n    Open [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\n    The page will reload when you make changes.\\\n    You may also see any lint errors in the console.\n\n-  `yarn test`\n\n    Launches the test runner in the interactive watch mode.\\\n    See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n-  `yarn build`\n\n    Builds the app for production to the `build` folder.\\\n    It correctly bundles React in production mode and optimizes the build for the best performance.\n\n    The build is minified and the filenames include the hashes.\\\n    Your app is ready to be deployed!\n\n    See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n-  `yarn eject`\n\n    **Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\n    If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\n    Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\n    You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n### Running the app in development\n\nRun the app with:\n\n```bash\nyarn start\n```\n\nThen go to http://127.0.0.1:3000.\n\n### Building and the app with PWA requirements\n\nIn `package.json`, replace the `start` field with :\n\n```json\n\"start\": \"export HTTPS=true\u0026\u0026PORT=3000 react-scripts start\",\n```\n\nBuild the app with: \n\n```bash\nyarn build\n```\n\nLaunch the built app with:\n\n```bash\nserve -s build\n```\n\nThen go to https://127.0.0.1:8443.\n\n### Run Lighthouse diagnostic\n\nInstall [Lighthouse](https://developers.google.com/web/tools/lighthouse) with:\n\n```bash\nnpm install -g lighthouse\n```\n\nThen run:\n\n```\nlighthouse --chrome-flags=\"--ignore-certificate-errors\"  --view https://127.0.0.1:8443\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchomelc%2Fwye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchomelc%2Fwye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchomelc%2Fwye/lists"}