Skip to content

riteshkumar2002/EMart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-MART

MERN E-commerce website

TECH STACK

Frontend -> React JS & BootStrap

Backend -> Node JS & Express JS

Database-> MongoDB

Installation process

  1. clone the repo using this command

    git clone https://github.com/Riteshiitism/EMart.git
  2. install npm packages

    1. install backend packages
    cd server
    npm install
    1. install frontend packages
    cd client
    npm install
  3. go to the parent folder of mern-ecommerce & create .env for connection, JWT_SECRET, MDB_CONNECT

    cd mern-ecommerce
    sudo nano .env

    (ctrl+x to save & nano follow instruction there)

    sample code for backend .env
    MDB_CONNECT=YOUR_MONGODB_URI
    JWT_SECRET=YOUR_JWT_SECRET

App Description:

1. user can view all products
2. user can view single product
3. user can search products and view products by category and price range
4. user can add to cart checkout products using credit card info
5. user can register & sign in
6. admin can create, edit, update & delete products
7. admin can create categories
8. admin can view ordered products
9. admin can change the status of a product (processing, shipped, delivered, etc.)
  1. DEMO

SIGN UP PAGE

/SIGN UP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published