Skip to content

d-klotz/java-spring-ecommerce-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Backend Java Spring Application

🔌 Requirements

  • Java 8
  • Maven
  • Docker

🔐 Initital Instructions

Installing MySql Container

In order to run the project, you will need a MySQl docker container running.

# Download and run mysql
$ docker run -p 33061:3306 --name ecommerce -e MYSQL_ROOT_PASSWORD=root -d mysql:latest

If you change MySQL port or root password, you have to change it in the application.properties file.

⚡ Running the Application

Getting started the API Restful backend

Clone this repository and install all dependencies.

# Install all dependencies using Maven
$ mvn install

Start the project running the file EcommerceApplication.java. Or if you prefer, you can run it on docker:

$ docker run -p 8080:8080 daklotz/ecommerce:0.0.1-SNAPSHOT

About

E-commerce backend built with java and spring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published