Skip to content

Market Hub: A multi-vendor marketplace on GitHub. We created a user-friendly platform with React, CSS, and React Bootstrap. I built a powerful server-side solution with NodeJS and Express, and we chose MongoDB for data management.

License

Notifications You must be signed in to change notification settings

patelvivekdev/Market-Hub

Repository files navigation

Table of Contents

Market-Hub

Description

  • This is a web application that allows users to search for products. Application allows sellers to post products for sale and buyers to search for products to purchase.

Installation

  • To install necessary dependencies, run the following command:
npm i
cd frontend
npm i

Usage

  • To run the application, run the following command:

DEVELOPMENT Make sure to create a .env file in the root directory and add the following variables

PORT=5000
NODE_ENV=development
MONGO_URI=YOUR_MONGO_URI
JWT_SECRET=YOUR_JWT_SECRET
npm run dev

PRODUCTION Make sure to create a .env file in the root directory and add the following variables

PORT=5000
NODE_ENV=production
MONGO_URI=YOUR_MONGO_URI
JWT_SECRET=YOUR_JWT_SECRET
npm run build
node backend/index.js

License

  • This project is licensed under the MIT license. [License: MIT]
  • For more information visit this link: MIT-license

Contributing

  • Contributions are welcome!
  • Fork the repo and submit a pull request.

Authors

Links

MADE WITH ❤️ AND React / Javascript

About

Market Hub: A multi-vendor marketplace on GitHub. We created a user-friendly platform with React, CSS, and React Bootstrap. I built a powerful server-side solution with NodeJS and Express, and we chose MongoDB for data management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages