{"id":26491809,"url":"https://github.com/danielc92/django-bidding-app","last_synced_at":"2025-10-25T06:43:25.159Z","repository":{"id":41942052,"uuid":"193089983","full_name":"danielc92/django-bidding-app","owner":"danielc92","description":"A bidding themed full-stack application.","archived":false,"fork":false,"pushed_at":"2023-04-21T20:33:57.000Z","size":14021,"stargazers_count":16,"open_issues_count":2,"forks_count":10,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T00:51:09.312Z","etag":null,"topics":["django","python","side-project","sql"],"latest_commit_sha":null,"homepage":"https://dc-bid-platform.herokuapp.com/","language":"HTML","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/danielc92.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":"2019-06-21T11:55:28.000Z","updated_at":"2024-03-10T21:33:33.000Z","dependencies_parsed_at":"2025-03-20T08:50:51.417Z","dependency_job_id":"a8c7237e-7572-4c3c-9cd0-7aeb6714ba0a","html_url":"https://github.com/danielc92/django-bidding-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielc92/django-bidding-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-bidding-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-bidding-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-bidding-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-bidding-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielc92","download_url":"https://codeload.github.com/danielc92/django-bidding-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielc92%2Fdjango-bidding-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280917403,"owners_count":26413206,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","python","side-project","sql"],"created_at":"2025-03-20T08:50:47.308Z","updated_at":"2025-10-25T06:43:25.111Z","avatar_url":"https://github.com/danielc92.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bidding Application with Django\nThis application was built as a side project, in order to learn how to design and build a bidding system from scratch. The theme is based on capital raising for companies. It includes an auth system, marketplace, companies, placements, dashboard, mobile friendly design. I used Django mainly, to develop this application.\n\n# Before you get started\nConcepts covered in this app\n- Routing\n- ORM, database design\n- Form handling\n- Templates\n- Charting with `Chart.js`\n- Design with `Materialize.css`\n\n# Routes\n- `/` The home page. Contains news.\n- `about/` Holds details about the application.\n- `register/` Allows users to register an account\n- `login/` Allows users to login to an account\n- `logout/` Allows users to logout and clear their session\n- `marketplace/` Listing of placements from various companies.\n- `marketplace/slug/` Detailed view for a placement within the marketplace.\n- `my-bids/` User scope bid summary for available placements.\n- `dashboard/` Basic analytics and animated charts for the database.\n\n# Setup\n\n**Modules/dependencies:**\n- `django`\n\n**Running locally:**\n```sh\n# Ffter activating your virtualenv\npython manage.py runserver\n```\n\n# Tests\n- Tests performed on this project. What did you do? Which files were used? Was it successful?\n\n# Screenshots \n\n**Home page**\n![home page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.14.19%20pm.jpg)\n\n**About page**\n![About page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.14.43%20pm.jpg)\n\n**Login page**\n![login page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.13.50%20pm.jpg)\n\n**Registration page**\n![registration page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.13.56%20pm.jpg)\n\n**Placements page**\n![placements page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.14.35%20pm.jpg)\n\n**Bid summary page**\n![bid summary page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.14.40%20pm.jpg)\n\n**Dashboard page**\n![Dashboard page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.14.47%20pm.jpg)\n\n**Bid submission page**\n![Bid submission page](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.20.31%20pm.jpg)\n\n**Responsive on small devices**\n![Responsive](https://github.com/danielc92/django-bidding-app/blob/master/screenshots/Screen%20Shot%202019-07-29%20at%202.20.45%20pm.jpg)\n\n# Contributors\n- Daniel Corcoran\n\n# Sources\n- [Materialize CSS](https://materializecss.com/)\n- [Chart.js](https://www.chartjs.org/)\n- [Django](https://docs.djangoproject.com/en/2.2/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fdjango-bidding-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielc92%2Fdjango-bidding-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielc92%2Fdjango-bidding-app/lists"}