README.md

Sausage Store

image

Technologies used

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

Installation guide

Backend

Install Java 16 and maven and run:

cd backend
mvn package
cd target
java -jar sausage-store-0.0.1-SNAPSHOT.jar

Frontend

Install NodeJS and npm on your computer and run:

cd frontend
npm install
npm run build
npm install -g http-server
sudo http-server ./dist/frontend/ -p 80 --proxy http://localhost:8080

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

Конвейеры
0 успешных
0 с ошибкой