Project for the course Advanced Software Engineering @ DHBW Karlsruhe
Explore the documentation »
Table of Contents
Project for the course Advanced Software Engineering @ DHBW Karlsruhe
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- IDE, which supports Maven Projects for the Backend
- IDE, which supports NPM for the Frontend
- Clone the repo
git clone https://github.com/Unk3wn/AdvancedSoftwareEngineering.git
- Import the Project from the Folder /1 - Backend - Spring - Clean Architecture/ into your IDE
- Download the needed Maven Dependenciess to run the Project
mvn install
- Start the Backend in your IDE by Executing the main Method in the Class 'WhsikeyOClockApplication.java'
- Clone the repo
git clone https://github.com/Unk3wn/AdvancedSoftwareEngineering.git
- Import the Project in the Folder /2 - Frontend - Angular/ into your IDE
- Download the needed Node Dependencys to run the Project
npm install
- Start the Frontend in your IDE by Executing the start Method in the Json File 'package.json'
- Access https://localhost:4200 on your Browser to view the Frontend
Distributed under the MIT License.
Project Link: https://github.com/Unk3wn/AdvancedSoftwareEngineering/