This project is my first django python framework project, which was created by reworking many other projects. The project is a marketplace bulletin board and is still far from perfect.Hosting was not implemented on the project due to uselessness
The project was made dynamically with a parallel study of the django framework from the YouTube channel Selfedu YT
The project was made with:
✔️ Framework Django (Python)
✔️ HTML&CSS
✔️ Javascript
✔️ My tears
Django took care of connecting to the server and facilitating the connection between the client and the database. My job was to write modules and the logic of actions with them.
I had to use Javascript to organize the cart, because I did not use API serializers. I re-imagined the scripts to listen for each button click, which allowed me to add an item to the cart without refreshing the page
1️⃣ There is registration and authorization 🙍♂️
2️⃣ Shopping cart for adding products, which is available upon authorization 🗑️
3️⃣ Products are divided into categories 📋
4️⃣ Add item function, which is available upon authorization ✖️
5️⃣ Product search function 🔭
6️⃣ Possibility to order goods :envelope_with_arrow: :mailbox_with_mail:
Images of site
The project itself took me one or two days, but learning Django took a little longer.