Skip to content

shhhawn9/E-commerceWebApp-BackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerceWebApp-BackEnd

Built with Spring Boot

Introduction

  • It is a demo application for developing a fully functional E-commerce website.
  • The website allows users to see all items, read description of those items, add those items into cart, and checkout the cart.
  • The website allows users to register their own account and track their orders with Okta API
  • The website allows users to pay with their credit card and recieve an email receipt with Stripe API
  • During checkout, users are able to easily select country and state, and copy their address to billing address if they are the same.

Demo data

Please enter these Query to MySQL in order to see the full demo.

Front End

**please go through here and run the application: Ecommerce Front End

Run Application

Simply run the backend with any compiler. The CRUD API can be accessed through http://localhost:8443/api/... through Postman or whatever API testing application you are using. Be aware, POST, PUT, and DELETE for items are forbidden. GET any order history that doesn't belong to your account is also forbidden.

About

Built with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages