Skip to content

ERP system with a backend written in Spring Boot and a frontend written using JavaFX. Technologies used in the project: Spring Boot: Web (RestControllers), Test, Data JPA, DevTools, Java 8/17, MySQL/MariaDB, JUnit Unit Tests, SpringBootTest Integration Tests, Lombok, JavaFX, Maven, Git, GitHub, IntelliJ Ultimate.

Notifications You must be signed in to change notification settings

beowoolf/fx-erp-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fx-erp-system

ERP system with a backend written in Spring Boot and a frontend written using JavaFX. Technologies used in the project: Spring Boot: Web (RestControllers), Test, Data JPA, DevTools, Java 17, MySQL/MariaDB, JUnit Unit Tests, SpringBootTest Integration Tests, Lombok, JavaFX, Maven, Git, GitHub, IntelliJ Ultimate.

Main commands

# go to directory
$ cd backend

# image creation
$ docker build -f Dockerfile -t fx-erp-system-backend .

# starting the image
$ docker run -d -p 8080:8080 fx-erp-system-backend

# image composing
$ docker-compose up -d

About

ERP system with a backend written in Spring Boot and a frontend written using JavaFX. Technologies used in the project: Spring Boot: Web (RestControllers), Test, Data JPA, DevTools, Java 8/17, MySQL/MariaDB, JUnit Unit Tests, SpringBootTest Integration Tests, Lombok, JavaFX, Maven, Git, GitHub, IntelliJ Ultimate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published