2024-10-08 23:11:36 +03:00
2024-10-08 23:11:36 +03:00
2024-10-08 23:11:36 +03:00
2024-10-08 23:11:36 +03:00
2024-10-08 22:20:16 +02:00
2024-10-08 23:11:36 +03:00
2024-10-08 23:11:36 +03:00

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

Description
No description provided
Readme 228 KiB
Languages
Java 49.3%
TypeScript 38.6%
HTML 8.5%
JavaScript 3.3%
CSS 0.3%