Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.52 KB

README.md

File metadata and controls

64 lines (47 loc) · 2.52 KB

IITG CampusOLX
An application for buying and selling used items that are no longer needed by them and turn some no longer needed items into money. It is build using MERN Stack ( MongoDB, Express, React, Nodejs).

Setting up Environment for running this project

Clone this repository and open in text editor ( vs code prefered )

Open Command Prompt and check installation of Nodejs and NPM

node -v

 v12.18.4 

npm -v

 6.14.6

Install Dependencies in server and client folder

npm install

this will install all required packages written in package.json file.

then in client folder

npm start

Now go to your browser and load http://localhost:3000

That’s it, You have successfully run this project on your machine

Home Page

Screenshot (175)

Search Feature

Screenshot (178)

Microsoft Login

image

Sign in to Sell

Screenshot (176)

Register as Seller

image image

Create Product

Screenshot (177)

Chat with Seller

Screenshot (179)

Admin Panel

image