rizzaccio87 / patryshop

Patryshop Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patryshop

This represents the backend part for the patryshop project. Refer to https://github.com/rizzaccio87/patryshop-fe for the frontend part of the project. This project uses the following technologies:

  • Spring Boot - 2.4.0
  • JDK - 1.8
  • Spring Framework - 5.3.1
  • Spring Data JPA with Hibernate- 2.4.0

Installation guidelines

  1. Clone this repository and navigate to this spring boot application entry point Java class PatryshopApplication.java.

  2. Run the application:

  • via IDE (i.e. Intellij IDEA), run the spring boot application entry point Java class PatryshopApplication.java;
  • or via command line using mvn spring-boot:run command.

The application runs on localhost port 8080.

About

Patryshop Project

License:MIT License


Languages

Language:Java 100.0%