Sausage Store
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
Languages
Java
49.3%
TypeScript
38.6%
HTML
8.5%
JavaScript
3.3%
CSS
0.3%