Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.33 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.33 KB

Pocket-Bakery-Mart(MERN Stack)

Pocket-Bakery-Mart is an online Bakery Store where consumers can go and purchase the items and make the payment for the same.

In this project we have tried to make the exact same site which we have got from our designer team. With our efforts and the technology stack, that we have learned so far in the masai school, we were able to clone the front end with high precision and quality. This Project is build as part of Masai School (30 weeks Bootcamp) Curriculum project and completed in duration of 5 days.

To run this project, you will need to run:

server: npm run server
client: npm start

Authors

Features

  • User can Sign up manually or through Google Auth.
  • User can Sign in with the same credentials.
  • User can browse Pocket-Bakery-Mart store.
  • User can find and filter products by category or Preference wise.
  • User can view details of selected products.
  • User can add product to their cart.
  • User can feed address and make payment for the products.
  • User can logout.

Installation

Inside Pocket-Bakery-Mart install with npm:

  npm install

Links Related to Blog

Pocket-Bakery-Mart

Screenshots

landing page

Cloned landing page Cloned landing page Cloned landing page

Product Filter

Cloned landing page

Tech Stack

Client: React, CSS

Server: Node, Express, MongoDb, Mongoose

Libraries Used

Client: Styled-Components, Axios, React-Elastic-Carousel, React-Modal, Firebase

Server: Google-Auth-Library

Acknowledgements