Skip to content

This repository contains Django - React Based Open Source Project.

Notifications You must be signed in to change notification settings

AlgoMyth/The-Nearest-Buy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

The-Nearest-Buy

About the project

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.

Technologies Used

React React Material UI npm MySQL

Project Setup

  1. Install Virtual environment.
    pip install virtualenv
    
  2. Create and Activate Virtual environment
    virtualenv venv
    
    venv/Scripts/Activate
    
  3. Clone the repository
    https://github.com/AlgoMyth/The-Nearest-Buy.git
    
  4. Go to the Project Folder
    cd TheNearestBuy
    
  5. Install the Requirements
    pip install -r requirements.txt
    
  6. Run server
    python manage.py runserver