Skip to content

garikcareer/ecommerce

Repository files navigation

Ecommerce-website

Table of Contents

Introduction

TBD...

Features

An e-commerce website. Developed tested on localhost and then plan to release to world with products available on warehouse or for sale. Java with framework called spring boot for backend and angular for frontend that uses html,css and javascript.

Technologies Used

  • Languages: Java, JavaScript and CSS
  • Frameworks: Spring Boot and Angular
  • Database: MySQL

Installation

- Use latest JDK version (JDK 21) for the project.

- This project uses GIT LFS (Large file storage)

Make sure you have GIT LFS installed on your machine and run 'git lfs fetch' to have gradle wrapper downloaded fully

- Gradle build is completed successfully

- Ensure ecommercedb exists on your database

Usage

Localhost

To execute the E Commerce application, you need to run backend first and then frontend.

Back-end: Run Spring Boot configuration with a java file named Application.java (Path location from source project: com/example/companycompass/Application.java)

Front-end: Open Terminal on IntelliJ and run Angular by writing 'ng serve'

Contributing

For contributing or using the software please contact me and feel free to make a change.

References