{"id":15345882,"url":"https://github.com/niklasmerz/shoppinglist","last_synced_at":"2026-02-02T18:03:01.302Z","repository":{"id":45425183,"uuid":"367748688","full_name":"NiklasMerz/shoppinglist","owner":"NiklasMerz","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-28T13:59:33.000Z","size":4359,"stargazers_count":0,"open_issues_count":31,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T18:53:22.903Z","etag":null,"topics":["django","hacktoberfest","python"],"latest_commit_sha":null,"homepage":"https://shopping.merz.dev","language":"JavaScript","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/NiklasMerz.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":"2021-05-15T23:31:17.000Z","updated_at":"2021-12-14T17:43:49.000Z","dependencies_parsed_at":"2024-12-06T15:52:03.232Z","dependency_job_id":null,"html_url":"https://github.com/NiklasMerz/shoppinglist","commit_stats":{"total_commits":160,"total_committers":4,"mean_commits":40.0,"dds":0.03125,"last_synced_commit":"2f00dcaf502ce7da2b4f1b4925e0b70d49a9c762"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NiklasMerz/shoppinglist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fshoppinglist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fshoppinglist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fshoppinglist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fshoppinglist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NiklasMerz","download_url":"https://codeload.github.com/NiklasMerz/shoppinglist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Fshoppinglist/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261374406,"owners_count":23148974,"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":["django","hacktoberfest","python"],"created_at":"2024-10-01T11:17:04.660Z","updated_at":"2026-02-02T18:02:56.279Z","avatar_url":"https://github.com/NiklasMerz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopping List App\n\nTo run this, after cloning the repository:\n\n```bash\nsudo apt install libpq-dev postgresql\n\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n\n./manage.py migrate\n./manage.py createsuperuser\n./manage.py loaddata data.json\n./manage.py runserver\n\n\n# Save requirements\npip freeze \u003e requirements.txt\n\n# Start with webpack build for old web UI\npython manage.py webpack --build \u0026\u0026 ./manage.py collectstatic \u0026\u0026 ./manage.py runserver\n```\n\nGo to `http://localhost:8000`\n\nLog into `http://localhost:8000/admin` for the admin interface.\n\nGo to `https://localhost:8000/o/applications` to register the webapp as an OAuth application. Use the client id from `environement.ts` for local development. *Client type* is public and authorization type is \"Ressource owner password\".\n\nThe webapp runs on `http://localhost:8100`.\n\n# Open API\n\n* API URL: `http://localhost:8000/api/`\n\n* API Scheme: `http://localhost:8000/api/openapi`\n\n* Generate schema: `./manage.py generateschema --file openapi-schema.yml`\n\n* Update TS Client: `cd webapp \u0026\u0026 npm run generate`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasmerz%2Fshoppinglist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasmerz%2Fshoppinglist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasmerz%2Fshoppinglist/lists"}