My software engineering homework.
A simple web application for online shopping using Spring Boot. It has both the foreground for customers and background for administrator.
- Docker
- Docker Compose
1.clone the repo
$ git clone https://github.com/LemniscateX/se-project.git2.cd in the repo
$ cd se-project3.run
$ docker-compose up -d4.open http://localhost:8080
Login page:
Product Managing page:

See more in manual.

