Milestone 2 Release
Pre-release
Pre-release
Running Frontend
-
unzip build.zip
File sizes after gzip:158.77 KB build/static/js/2.f1499e24.chunk.js
8.6 KB build/static/js/main.b6f161a7.chunk.js
1.63 KB build/static/js/3.5aec9184.chunk.js
1.17 KB build/static/js/runtime-main.5f995757.js
1.04 KB build/static/css/main.fe7de7bf.chunk.css
The build folder is ready to be deployed.
You may serve it with a static server:
npm install -g serve
serve -s build
Find out more about deployment here:
Running Java Spring Services
Download https://github.com/Someoneamzing/sept-group-assignment/archive/refs/tags/v0.01.zip
unzip it.
cd into each and every microservice (bookmicroservices, loginmicroservices) and run :
./mvnw package && java -jar target/bookmicroservices-2.5.4.jar
./mvnw package && java -jar target/loginmicroservices-2.5.4.jar