KO
Vinciu - my own implementation of Vinted, a web app for selling clothes
This is web application that allows its users to sell, buy, and swap secondhand clothing items.
Features:
- registering and logging to user account
- ability to check other users profiles and items
- leaving comments to other users
- user settings which manage all CRUD operations
- adding new items
- search form
TO DO:
- implementing all CRUD operations for managing items
- adding items to favourites
- sending messages to other users
- unit tests
Technology Stack:
- Python/Django
- PostgreSQL
- HTML/CSS/Bootstrap
Default urls:
- localhost:8000
- localhost:8000/women OR /men OR /kids
- localhost:8000/search/?q={query}
- localhost:8000/signup
- localhost:8000/login
- localhost:8000/logout
- localhost:8000/profile/{username}
- localhost:8000/profile/{username}/opinions/
- localhost:8000/profile/{username}/opinions/new-opinion
- localhost:8000/sell
- localhost:8000/item/{id}
- localhost:8000/settings
- localhost:8000/settings/email
- localhost:8000/settings/password
- localhost:8000/settings/delete
- localhost:8000/about/
- localhost:8000/admin/
This website can be seen here
Please note that images are not displayed properly on Heroku Free Plan and website sleeps after 30 mins of inactivity (which also means loading can take a while)
Screenshots below
On this page
Languages
HTML57.3%Python41.9%CSS0.5%JavaScript0.2%
Contributors
Created December 4, 2018
Updated January 15, 2025


