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.
- 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
- Increase DRF functionality
- Load at least 10% of spare parts
- First of all, you need to clone the github repository:
git clone https://github.com/VladYura/RD_Motors.git
- Go to the directory where you cloned the project in the terminal:
cd /path/to/RD_Motors
- 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