Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.09 KB

Project Overview

This is Alternative Product Information System Website. This Website users can Add/update/Delete his own Query about a product in The System.

Project Features

  • User Cannot add Query and Recommendation without Login
  • Popular Queries by Users Recommendations
  • Users can update/Delete his own Query

Click here for the Live API: https://api-nu-jade.vercel.app

Usages Technologies

  • Node js
  • Express JS
  • MongoDB
  • JWT

Project Clone and Run Step

  1. At First Clone This Repo

  1. Open This Project on Your Favourite Code Editor and Run This Command on the Vs Code terminal
//comment following commands
npm install
  1. Setup env Variable Database User , Database Password and Secret key
//comment following commands
DB_USER;
DB_PASS;
SCRET_KEY;
  1. Run This Project following on this command
//comment following commands
nodemon index.js

Or

//comment following commands
npm start