Skip to content

LemniscateX/se-project

Repository files navigation

Online Shop Application

My software engineering homework.

Overview

A simple web application for online shopping using Spring Boot. It has both the foreground for customers and background for administrator.

Requirements

  • Docker
  • Docker Compose

Get Started

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

Documents

Screenshots

For customers

Login page: Shopping page:

For administrator

Login page: Product Managing page:

See more in manual.