Skip to content

voborgus/sausage-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sausage Store

image

Technologies used

  • Frontend – TypeScript, Angular.
  • Backend – Java 11, Spring Boot, Spring Data.
  • Database – H2.

Installation guide

Backend

Install Java 11 and maven and run:

cd backend
mvn package
cd target
java -jar demo-0.0.1-SNAPSHOT.jar

Frontend

Install NodeJS and npm on your computer and run:

npm install -g @angular/cli
cd frontend
npm install
ng serve --proxy-config proxy-conf.json

Then open your browser and go to http://localhost:4200/#

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages