Home
Softono
Marketplace-ReactJS-Project

Marketplace-ReactJS-Project

Open source MIT JavaScript
65
Stars
36
Forks
3
Issues
2
Watchers
2 years
Last Commit

About Marketplace-ReactJS-Project

React JS marketplace application for buying and selling services and goods such as electronics, fashion items, furniture, household goods, cars, properties and others.

Platforms

Web Self-hosted

Languages

JavaScript

Links

All for you - ReactJS Marketplace Project

All for you is a marketplace application for buying and selling services and goods such as electronics, fashion items, furniture, household goods, cars, properties and others. Users can sign up and advertise their goods or contact other sellers in case they want to receive more information about the proposed product or to buy it. They can also add products to Wishlist, archive their old sells or unarchive them if they want to be public again after some time.

Live demo: https://all-for-you.herokuapp.com/

Preview

Tech Stack

MERN stack

  • MERN (MongoDB, Express.js, React, and Node.js) Solution stack;
  • Cloudinary as a file storage cloud API;
  • Unsplash as image provider;
  • React-Bootstrap;
  • Responsive Design;
  • UX & UI;
  • Validation and error handling.

How to run

  • Install MongoDB

  • Navigate to server folder

    cd server
  • Install all needed packages

    npm install
  • Run the server

    npm start

    The server will run on http://localhost:5000/

  • Navigate to client (react) folder

    cd client
  • Install all needed packages

    npm install
  • And run the application

    npm start

    The app will run on http://localhost:3000/