{"id":20346126,"url":"https://github.com/huangsam/chowist","last_synced_at":"2025-04-12T00:43:40.749Z","repository":{"id":13269273,"uuid":"15954673","full_name":"huangsam/chowist","owner":"huangsam","description":"Great places are chosen by great chowists","archived":false,"fork":false,"pushed_at":"2025-03-24T02:49:46.000Z","size":8083,"stargazers_count":19,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T00:43:34.329Z","etag":null,"topics":["bootstrap","django","docker","google-maps","hacktoberfest","postgresql","python","restaurants","website","yelp"],"latest_commit_sha":null,"homepage":"https://sambyte.net/chowist/","language":"Python","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/huangsam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"huangsam"}},"created_at":"2014-01-16T01:37:39.000Z","updated_at":"2025-03-24T00:49:30.000Z","dependencies_parsed_at":"2023-02-18T11:31:17.557Z","dependency_job_id":"a541a753-f408-471b-a861-fedfa2181729","html_url":"https://github.com/huangsam/chowist","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangsam%2Fchowist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangsam%2Fchowist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangsam%2Fchowist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huangsam%2Fchowist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huangsam","download_url":"https://codeload.github.com/huangsam/chowist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501940,"owners_count":21114681,"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","django","docker","google-maps","hacktoberfest","postgresql","python","restaurants","website","yelp"],"created_at":"2024-11-14T22:11:27.298Z","updated_at":"2025-04-12T00:43:40.742Z","avatar_url":"https://github.com/huangsam.png","language":"Python","funding_links":["https://github.com/sponsors/huangsam"],"categories":[],"sub_categories":[],"readme":"# Chowist\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/huangsam/chowist/ci.yml)](https://github.com/huangsam/chowist/actions)\n[![License](https://img.shields.io/github/license/huangsam/chowist)](https://github.com/huangsam/chowist/blob/main/LICENSE)\n\nGreat places are chosen by great chowists.\n\nThis is an application that replicates core features of [Yelp](https://www.yelp.com/), and adds a couple more bells and whistles.\n\nHere are some key features:\n\n- Homepage for marketing purposes\n- Profile for customized experience\n- Places as list and detail views\n\n[Click here](https://youtu.be/SqVBcunjFHQ) to see a quick walkthrough of the application.\n\n\u003cimg src=\"images/chowist.png\" alt=\"Chowist\" width=\"250px\" /\u003e\n\n## Getting started\n\nHere are some things to be aware of in development and production.\n\n### Local setup\n\nInstall dependencies and create a `virtualenv` instance:\n\n    virtualenv venv\n    source venv/bin/activate\n    pip install -r requirements.txt\n\nThen run database migration:\n\n    python manage.py migrate\n\nFinally, start up the Django development server:\n\n    python manage.py runserver\n\n### Local data\n\nFor local development, you can load some data:\n\n    python manage.py loaddemo .demo/places.json\n\nHere are the loaded users for reference:\n\n- `admin` with password `admin` (Super user)\n- `john` with password `john` (Normal user)\n- `jane` with password `jane` (Normal user)\n\n### Docker setup\n\nComplete local setup with Docker by running a single command:\n\n    docker-compose -f build/compose/compose.yml --project-directory=. up --build -d\n\n### Production setup\n\nFor production, you will want to use `gunicorn` for running the server:\n\n    gunicorn -w 4 chowist.wsgi\n\nWhen using Gunicorn, remember to host the static files from a web server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangsam%2Fchowist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangsam%2Fchowist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangsam%2Fchowist/lists"}