{"id":27149232,"url":"https://github.com/heraldofortuna/genomafoodies","last_synced_at":"2026-04-13T06:06:53.056Z","repository":{"id":185715080,"uuid":"442359461","full_name":"heraldofortuna/genomafoodies","owner":"heraldofortuna","description":"You must implement a web application that allows keep track of different places to eat. The application is quite simple: so you only need to display a table that shows the information from the database. It is not registration or login is required.","archived":false,"fork":false,"pushed_at":"2022-01-03T20:00:59.000Z","size":13826,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-23T21:33:25.207Z","etag":null,"topics":["css","django","html","javascript","python","reactjs","sqlite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/heraldofortuna.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}},"created_at":"2021-12-28T05:32:15.000Z","updated_at":"2022-01-03T20:01:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"cea0e1b5-4117-4def-9e3e-8a171ce5ebdc","html_url":"https://github.com/heraldofortuna/genomafoodies","commit_stats":null,"previous_names":["heraldofortuna/genomafoodies"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heraldofortuna%2Fgenomafoodies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heraldofortuna%2Fgenomafoodies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heraldofortuna%2Fgenomafoodies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heraldofortuna%2Fgenomafoodies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heraldofortuna","download_url":"https://codeload.github.com/heraldofortuna/genomafoodies/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247844730,"owners_count":21005710,"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":["css","django","html","javascript","python","reactjs","sqlite"],"created_at":"2025-04-08T12:36:49.574Z","updated_at":"2026-04-13T06:06:53.021Z","avatar_url":"https://github.com/heraldofortuna.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Genoma Foodies\n\n![Project Image](./frontend/src/assets/screenshot1.png)\n\n\u003e Screenshot - Home page\n\n![Project Image](./frontend/src/assets/screenshot2.png)\n\n\u003e Screenshot - Add a new Restaurant\n\n![Project Image](./frontend/src/assets/screenshot3.png)\n\n\u003e Screenshot - Edit a Restaurant\n\n---\n\n## Table of Contents\n\n- [Description](#description)\n- [How to use?](#how-to-use)\n- [References](#references)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Description\n\nYou must implement a web application that allows keep track of different places to eat. The application is quite simple: so you only need to display a table that shows the information from the database. It is not registration or login is required.\n\n### Technologies\n\n- Python\n- Django\n- HTML\n- CSS\n- JavaScript\n- ReactJS\n- SQLite\n\n[Go up](#genoma-foodies)\n\n---\n\n## How to use?\n\n### Prepare and run the backend:\n\nFirst, after cloning the project locally, install Pipenv using pip: (Note: Depending on your installation, you may need to use pip3 instead of pip.)\n\n```html\n$ pip install pipenv\n```\n\nAnd activate a new virtual environment:\n\n```html\n$ pipenv shell\n```\n\nInstall Django using Pipenv:\n\n```html\n$ pipenv install django\n```\n\nNow, navigate into the directory:\n\n```html\n$ cd backend\n```\n\nRun migrations:\n\n```html\n$ python3 manage.py migrate\n```\n\nAnd start up the server:\n\n```html\n$ python3 manage.py runserver\n```\n\nFinally, navigate to http://localhost:8000 in your web browser.\n\n### Prepare and run the frontend:\n\nFirst, navigate into the directory:\n\n```html\n$ cd frontend\n```\n\nNext, install dependencies using yarn (node version v16.13.1):\n\n```html\nyarn install\n```\n\nEnter and run the following sentence in your console:\n\n```html\nyarn start\n```\n\nto enter developer mode.\n\nFinally, open [http://localhost:3000](http://localhost:3000) to see it in your default browser.\n\n---\n\n## References\n\nTutorial of DigitalOcean community:\n\n```html\nhttps://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react\n```\n\nDjango official documentation:\n\n```html\nhttps://docs.djangoproject.com/en/4.0/\n```\n\nReactJS official documentation:\n\n```html\nhttps://reactjs.org/docs/getting-started.html\n```\n\nLoader component:\n\n```html\nhttps://icons8.com/cssload/en/horizontal-bars\n```\n\n[Go up](#genoma-foodies)\n\n---\n\n## Comments\n\n- You can filter the table, in addition to sorting in ascending and descending order with respect to various fields.\n\n- Honestly, I managed to finish all the application requirements except one: Filtered by backend. I feel like I lacked time and knowledge about backend.\n\n- The application is responsive.\n\n- I had a problem this year-end holiday so I was 2 whole days late. I sincerely hope that there is still time to deliver the project and you can review it.\n\n[Go up](#genoma-foodies)\n\n---\n\n## License\n\nMIT License\n\nCopyright (c) [2021] [Heraldo Fortuna]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[Go up](#genoma-foodies)\n\n---\n\n## Author\n\n- Twitter - [@heraldofortuna](https://twitter.com/heraldofortuna)\n- GitHub - [heraldofortuna](https://github.com/heraldofortuna)\n- Linkedin - [heraldofortuna](https://www.linkedin.com/in/heraldo-fortuna/)\n\n[Go up](#genoma-foodies)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheraldofortuna%2Fgenomafoodies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheraldofortuna%2Fgenomafoodies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheraldofortuna%2Fgenomafoodies/lists"}