The project's primary focus is on satisfying customer needs by connecting them with the most favorable sellers around them. Individuals who wish to sell something can do so by posting it on this web application, where it will be seen by everyone nearby. The products available on the website can be filtered by region, price, type, and other factors.
- Install Virtual environment.
pip install virtualenv
- Create and Activate Virtual environment
virtualenv venv
venv/Scripts/Activate
- Clone the repository
https://github.com/AlgoMyth/The-Nearest-Buy.git
- Go to the Project Folder
cd TheNearestBuy
- Install the Requirements
pip install -r requirements.txt
- Run server
python manage.py runserver