/ecommerce-app

Ecommerce App created with Java Spring and ReactJS

Primary LanguageJava


Pokémarket

A personal project named Pokémarket, an ecommerce website clone to trade pokemon cards.

About the project

Home page

Payment

This project is built with Java Spring, ReactJS, MySQL and integrated with Stripe API as payment methodology.

It's an ongoing project with new features and functionalities being added continuously. The end goal is to have a fully functional ecommerce website and practice implementing Spring framework.

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/trungducng0410/ecommerce-app.git
  1. Replace your Stripe secret key in application.properties file
STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY
  1. Build application
docker compose build
  1. Run application
docker compose up

The front-end app is accessible from http://localhost:8081