Skip to content

moudio/Ecomern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building an Ecommerce app with the MERN stack

screenshot

screenshot

Technologies

  • React
  • Redux
  • Websockets
  • React Hooks
  • React Router
  • MongoDB
  • NodeJS
  • Stripe API
  • npm
  • CSS

Live Version

Live version

Usage

Clone the project:

Run the project

  • to install the dependencies run the command : npm install
  • after installation, run the command: npm start

Description

This a full-stack e-commerce project with a client and admin accounts. Users can signup, add products to their cart and make payments using the Stripe API. Admin users can create products, edit or remove them. They can manage orders as well.

Developed by

Mouhamadou Diouf ( @mouhad )

Let's connect on:

You can also check my portfolio

Potential Future Improvements

  • Manage client accounts from admin dashboard
  • Add category from admin page

Contributing

  1. Fork it (https://github.com/MouhaDiouf/Ecomern)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request