/aeshop-ecommerce

An e-commerce web application featuring collectibles and tech

Primary LanguageJavaScript

Introduction

Aeshop is an e-commerce web application selling different kinds of tech, gadgets and collectibles, built with React and Laravel as the API,

Built with

  • ReactJS
  • Tailwind CSS
  • Laravel
  • MySQL

Features

  • Responsive Design
  • Cart Functionality
  • Multi-user authentication
  • Admin dashboard
  • API filter

API

The following is a list of api end points:

POST /api/signup

POST /api/login

POST /api/logout

GET /api/products

POST /api/products

GET /api/products/:slug

GET /api/cart

POST /api/checkout

GET /api/users

GET /api/orders

GET /api/dashboard