Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkddev/car-marketing-website
django ecommerce site
https://github.com/darkddev/car-marketing-website
django django-rest-framework playwright requests selenium
Last synced: about 1 month ago
JSON representation
django ecommerce site
- Host: GitHub
- URL: https://github.com/darkddev/car-marketing-website
- Owner: darkddev
- Created: 2024-09-12T13:19:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T13:25:02.000Z (5 months ago)
- Last Synced: 2024-11-09T17:40:46.859Z (3 months ago)
- Topics: django, django-rest-framework, playwright, requests, selenium
- Language: Python
- Homepage: https://autazeszwajcarii.pl/
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Marketing Website
This is a project for car marketing website.
It is built with Django + Django Rest Framework + PostgreSQL
This project consists of two sections:- scrapers: scrape car auction data from 4 auction websites.
- website: ecommerce site for car marketing## Scrapers
- scrape car auction data using Playwright, requests module.
- upload scraped data using REST API## Website
- Frontend Page : Django MVT
- Admin Page : Django Admin
- Rest API : Django Rest Framework