Skip to content

Michal-Wadowski/brewery-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated brewery project - host

The hobby project intended to automate process of brewing.

This is java application and controller javascript frontend part. The other projects are located at: brewery-driver

Development

Start backend

Right click on src/main/java/wadosm/breweryhost/BreweryHostApplication.java and Modify Run Configuration. In program arguments add --spring.profiles.active=local

Start frontend

cd frontend
npm i
npm start

The HTTP requests to /api/* will be redirected from to backend port 8080 without changing the path.

Build package

./mvnw clean package

Run application

java -jar backend/target/backend-*.jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published