Skip to content

hassanamjad91/mern-eCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN eCommerce Application

An eCommerce website build using MERN stack. Currently its a work in progress..

Feature Set

  • Product catalog sourced from MongoDB Atlas
  • Add / remove products from cart
  • Login / Sign up screen
  • React-Bootstrap style components
  • Use of Express.js for the backend
  • Use of Redux and react hooks for state management
  • Paypal intergration

Prerequisites

  • Node (Make sure you have the node 12+ installed)

Getting Started

  1. Clone the repository gh repo clone hassanamjad91/mern-eCommerce (or if you're not using GitHub CLI: git clone git@github.com:hassanamjad91/mern-eCommerce.git)
  2. If you're using NVM run nvm use inside project directory to use node version set in .nvmrc file
  3. Run npm install or npm i to install all the dependencies
  4. To begin development task, run npm start
  5. Open http://localhost:8080

Available commands

  • npm clean - delete the dist folder
  • npm start - start the dev server and watch for changes
  • npm run build - create a production ready build in dist folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published