Skip to content

matrex32/BuyMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuyMe

Description

This E-Commerce application is a comprehensive solution for managing products in an online store. It allows users to register, log in, add, update, search, and view products. The application is built using React for the frontend and Laravel for the backend, providing a smooth and interactive user experience.

Features

  • Authentication and Registration: Users can register and log in to the application.
  • Product Listing: View all available products.
  • Adding Products: Interface for adding new products to the store.
  • Updating Products: Options for updating existing product details.
  • Product Search: Search functionality for quickly finding products.
  • Route Protection: Certain routes are protected to be accessible only by authenticated users.
  • Notifications: Error and confirmation messages displayed through snackbars.

Technologies Used

  • Frontend: React.js
  • Backend: Laravel
  • Styling: Bootstrap and Custom CSS
  • Navigation: React Router
  • Notifications: Material-UI Snackbar

How to Run Locally

  1. Clone the repository.
  2. Install dependencies for frontend (npm install) and backend (composer install).
  3. Configure the database and other settings in the .env files for Laravel.
  4. Run the backend server (e.g., using php artisan serve for Laravel).
  5. Run the React application (npm start).

p1

p2

p3

p4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors