This is web application that allows its users to sell, buy, and swap secondhand clothing items.
- 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
- implementing all CRUD operations for managing items
- adding items to favourites
- sending messages to other users
- unit tests
- Python/Django
- PostgreSQL
- HTML/CSS/Bootstrap
- 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