Resale platform enabling users to buy and sell second-hand items.
the thumbnail is link to the video
- You have installed Python 3.8 or higher.
- You have a working internet connection.
git clone https://github.com/miray-mustafov/stillgood.git
cd stillgood
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
To start the application, ensure you are in the project directory and the virtual environment is activated. Then run:
python manage.py runserver
Users can add new products, view existing listings, update details, and delete products.
Allow users to upload images for products.
Implement pagination for browsing product listings to enhance user experience and performance.
Enable users to search for products based on category, title or both.
Allow filtering of product listings by categories.
Profile Management: Users can view and edit their profile information.
Save Favorites: Users can save products to their wishlist for future reference.
Admin can manage categories, users, products.
Utilizes Django templates for dynamic content rendering.