Skip to content

GAulombard/OC_P7_Poseidon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POSEIDON

poseidon logo

  • Author: Geoffrey Aulombard - Java web-application developer student at OpenClassRooms

Description:

  • A web application for traders.

Getting started

  • this app runs on port 80, then address is "localhost"
  • the mySQL database runs on port 3306

Install DataBase

  • first, run the script data.sql located in src/main/resources/script
  • second, run the script data-test.sql located in src/main/resources/script
  • more information in the application.properties file located in src/main/resources

How it works

Technologies

This is a Spring Boot Application, working with (check the pom.xml file to see all dependencies and versions)

  • Java 11
  • Spring Web
  • Spring Security
  • Spring DATA JPA
  • MySQL
  • Thymeleaf
  • Bootstrap

Architecture

  • this application use the MVC pattern.

pattern

Run the app

use the following command to run the app:

  • mvn clean package
  • mvn spring-boot: run

use ctrl+c in terminal to stop the program

Run the tests

use the following command to run the app:

  • mvn clean verify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 77.8%
  • HTML 22.2%