WT000 / JAVAAE2

The AE2 for OODD, similar to the AE1 but done individually and with a shopping-cart service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAVAAE2

The AE2 for OODD, similar to the AE1 but done individually and with a database connected through Spring Boot.

HOW TO RUN

Firstly, ensure that you've got Java JDK 8 or newer installed on your system. You'll also need Apache Maven to ensure the application can build its dependencies and function correctly.

Next, go to the root of the project (ae2) and run:

mvn clean install

Now that you've got the dependencies you can move to the web module and run the project through Tomcat:

cd web
mvn cargo:run

The project will now be hosted at http://localhost:8080/ae2ShoppingCartApplication/index.html and will show you the default admin password and log location.

DOCUMENTATION

General documentation can be found here.

The test documentation can be found here.

About

The AE2 for OODD, similar to the AE1 but done individually and with a shopping-cart service.

License:Apache License 2.0


Languages

Language:Java 97.4%Language:HTML 2.0%Language:CSS 0.6%