Skip to content

Internet shop 'Sosisochnaya' as an example for automating the development and delivery of code to the production environment.

License

Notifications You must be signed in to change notification settings

artamokhin/Sosisochnaya

Repository files navigation

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

About

Internet shop 'Sosisochnaya' as an example for automating the development and delivery of code to the production environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published