{"id":20340771,"url":"https://github.com/lipskiyp/e-commerce","last_synced_at":"2026-04-21T16:41:39.935Z","repository":{"id":184252965,"uuid":"671588870","full_name":"lipskiyp/e-commerce","owner":"lipskiyp","description":"CS50w Project 2: Django E-Commerce App","archived":false,"fork":false,"pushed_at":"2023-08-01T15:20:08.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T05:48:20.809Z","etag":null,"topics":["django","django-migrations","django-models","html5","python"],"latest_commit_sha":null,"homepage":"https://cs50.harvard.edu/web/2020/projects/2/commerce/","language":"Python","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/lipskiyp.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":"2023-07-27T17:00:41.000Z","updated_at":"2023-08-14T10:56:18.000Z","dependencies_parsed_at":"2024-11-14T21:30:21.457Z","dependency_job_id":"6ffe693b-1973-4832-9d82-1399ffe8e1b0","html_url":"https://github.com/lipskiyp/e-commerce","commit_stats":null,"previous_names":["lipskiyp/commerce","lipskiyp/e-commerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lipskiyp/e-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipskiyp%2Fe-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipskiyp%2Fe-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipskiyp%2Fe-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipskiyp%2Fe-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lipskiyp","download_url":"https://codeload.github.com/lipskiyp/e-commerce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipskiyp%2Fe-commerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32101180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","django-migrations","django-models","html5","python"],"created_at":"2024-11-14T21:23:29.570Z","updated_at":"2026-04-21T16:41:39.916Z","avatar_url":"https://github.com/lipskiyp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Commerce\nCS50w Project 2: Django E-Commerce Website\n\nThe app let's users browse, bet and comment on e-bay like auctions, as well as create their own listings. The app supports auction watchlist. \n\n### Specification:\n\u003chttps://cs50.harvard.edu/web/2020/projects/2/commerce/\u003e\n\n### Video Demo:\n\u003chttps://www.youtube.com/watch?v=bNbtJ6nHQy8\u003e\n\n### auctions/models.py\nContains Django models that define structure for the stored data:\n* Listing - contains information about every listing.\n* Bid - stores all user auction bids.\n* Comment - stores all user comments.\n* Watchlist - stores all items added to the user's watchlist.\n* Winner - stores winners for every listing.\n* Category - stores every listing's category.\n\n### auctions/views.py\nContains views associated with each of the routes. \n\n### auctions/urls.py\nContains URL configuration for the app:\n* / - main page, shows all active listings.\n* /login - login interface.\n* /logout - logout interface.\n* /register - register interface.\n* /categories - sorts all listings in categories.\n* /category/\u003ccategory_name\u003e - shows all active listings in a given category.\n* /listing/\u003clisting_id\u003e - show the listing.\n* /create - let's user create a listing.\n* /close/\u003clisting_id\u003e - let's user closer a listing if he/she is the creator.\n* /bid/\u003clisting_id\u003e - let's user bid on the listing.\n* /comment/\u003clisting_id\u003e - let's user comment on the listing.\n* /watchlist - shows user's watchlist. \n* /watchlist_add/\u003clisting_id\u003e - let's user add listing to their watchlist.\n\n### auctions/templates/auctions\nContains HTML templates, in particular: \n* index.html shows all active listings. \n* listing_show.html displays information about a given listing.\n* listing_create.html let's the user create their own listing. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flipskiyp%2Fe-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flipskiyp%2Fe-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flipskiyp%2Fe-commerce/lists"}