yet another toy project, practice for SpringBoot, Microservice, ActiveMQ, Redis, Docker,
A Bookstore website built in SpringBoot
A website deployed in AWS.
Adminportal can be access in this url Username:admin, Password:admin
To build microservice admin,
cd admin
mvn clean package
mvn jib:dockerBuild
npm install my-crazy-module --save
The docker-compose files are also provided to setup nginx in your servers
cd app
docker-compose up -d
cd ../app-admin
docker-compose up -d