Welcome to the Bargain Bazaar project repository. This project was designed and developed by Team Innov8ors, with the goal of providing a platform for college seniors to sell their old or used items to juniors. It's essentially a marketplace for second-hand items that facilitates a sustainable and economical way for college students to acquire what they need. The project employs a full stack development approach, using Flask and SQLite on the backend, and HTML, CSS, and JavaScript on the frontend.
- Pranam Srivastava (Team Lead)
- Priyansh Verma
- Prakshal Jain
- Yug Varshney
- Backend: Python: Flask, SQLite
- Frontend: HTML, CSS, JavaScript
- Set up a Python virtual environment. This helps to keep dependencies required by different projects separate by creating isolated Python virtual environments for them. You can install
virtualenv
using pip.pip install virtualenv
- Create a new virtual environment.
virtualenv bazaar_env
- Activate the virtual environment.
- On Windows:
.\\bazaar_env\\Scripts\\activate
- On Unix or MacOS:
source bazaar_env/bin/activate
- On Windows:
- Install the required Python packages using pip.
pip install flask flask_sqlalchemy flask_login werkzeug flask_wtf
- Run the Flask application.
python app.py
- Open the frontend HTML pages in your preferred web browser.
Thank you for visiting our project. Enjoy exploring Bargain Bazaar!