Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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