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.git
2.cd in the repo
$ cd se-project
3.run
$ docker-compose up -d
4.open http://localhost:8080
Login page: Product Managing page:
See more in manual.