Skip to content

upendradhamala/Second-Hand-Seller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Second-Hand-Products-Sell

Please give this project a star if this helped you in any way.

This is a MERN project specially for selling and buying the second hand products.

A complete MERN ecommerce website

This contains all the features that an ecommerce website should have. Link to the website Click here

To have an admin privelege

password= 12345678

For email functionality, email may have come in your spam folder sometimes.

Some of the Screenshots

Homepage

Single Product Page

Product Upload Page

Verification Email to the seller

Verifictaion During sign Up

Admin Users

Admin Products

How to get Started?

Install the backend dependencies on root folder using npm install command.

Set your own credentials for cloudinary and mongodb database on the root folder inside a .env file like below-

Create a .env file in the root and add the following-

NODE_ENV=development
PORT=5000
MONGO_URI="Your mongo uri"
JWT_SECRET="Anything you like"
CLOUD_NAME="Your cloudindary name"
API_KEY="Your cloudinary api key"
API_SECRET="Your cloudinary api secret"
SEND_GRID_API="Your send grid free api"
USER1="The email sender which you have used in sendgrid"

Move to frontend folder and install frontend dependencies using npm install command.

And there you go...boom!