Skip to content

VladYura/RD_Motors

Repository files navigation

Website for an auto parts store from Europe

The site was made from scratch. The data for the database was taken from the site bamper.by . As a front, so that the site could be viewed without pain in the eyes, I used Bootstrap 5. There are many plans for this project. For example, create a bot in Viber that will access the site API so that the client can specify the spare part he needs, and when the spare part appears in the database, notify the client about it.


Done at the moment:

- Data from the site has been parsed

- Django project was created and configured (initially)

- Created database tables on Postgres (without the products themselves)

- The admin panel is configured

- DRF is enabled

- Docker Is connected


In the plans:

- Increase DRF functionality

- Load at least 10% of spare parts


How to install project with Docker?

  1. First of all, you need to clone the github repository:
git clone https://github.com/VladYura/RD_Motors.git
  1. Go to the directory where you cloned the project in the terminal:
cd /path/to/RD_Motors
  1. Run the app:
docker compose up -d --build

Now you can visit site on URL: http://localhost:8000

To go to the admin panel, write in the search bar:

http://localhost:8000/admin/

Administrator Data:

user: admin

password: admin

Releases

No releases published

Packages

No packages published

Languages