/Share-thing

Primary LanguageJavaScript

Share-Thing

© Share-Thing

Installation

  1. Fork and Clone this GitHub Repository : Share-Thing

  2. Install NodeJS on your system (if not installed).

  3. Install all dependent packages.

    npm install --save

  4. Create a MongoDB database.

  5. Update the SECRET, DATABASE and API_KEY with your own connection string in a .env file

    A demo .env file is given below :

    SECRET=XXXXXX

    DATABASE=mongodb+srv://admin-XXXXXX:XXXX@XXXX (or mongodb://localhost:27017/XXX)

    API_KEY=XXXXXXXX

  6. Final Step to go live !

    node app.js

    or nodemon app.js (if you have installed it with npm i nodemon -g command)

Features

  1. OTP verification for signup and login.
  2. User-friendly product listing for sellers.
  3. Ability for users to add, delete, and modify their listed items.
  4. Personalized user dashboard.
  5. Product search functionality.
  6. Convenient communication between buyers and vendors via WhatsApp.

Tech Stack Used

Connect with me