Skip to content

hosseinansari3/bikershop2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Description

this is a bike selling website that is developed using MERN stack. in this project:
  • admin can add new products to store or delete existing products
  • users can write reviews on product page, wishlist products and order products
  • admin can access list of customers and their reviews or orders
  • users can update their profile information

DEMO VIDEO

homepage

adminDashboard

features:

  • Node provides the backend environment for this application
  • Express middleware is used to handle requests, routes, isAuthenticatedUser
  • Mongoose schemas to model the application data
  • React for displaying UI components
  • Redux to manage application's state
  • Redux Thunk middleware to handle asynchronous redux actions
  • Tailwind CSS for styling components

Languages & tools