This project was developed in the Software Engineering I lecture of the DHBW Karlsruhe.
AMOGUS, as the name suggests, is a learning App, where you can practice your Quick Maths skills. But fair warning: It will be under stress.
You can visit our project at amogus.alexmiha.de.
Our documentation can be found at amogus-docs.alexmiha.de and our blog where we post weekly updates can be found in this repos Discussions tab.
To start AMOGUS by yourself, you'll need to have .NET 6 installed on your machine. You can download it from the official .NET website. Furthermore you need Node.js installed which you can get here.
Once you have everything installed, you can clone the repository from GitHub by running following command:
git clone https://github.com/CUMGroup/AMOGUS.git
After cloning you have to install all node dependencies by running the following command in the AMOGUS/src/ui/
directory:
npm install
Finally, you can build and run the project using the following commands:
cd src/api/AMOGUS.Api
dotnet run
and
cd src/ui
npm start
This will start the app at https://localhost:4200
.
@AlexMi-Ha | @Annalytic programming |
@elnaz-gharoon | @jas20202 | @WachtelHD |
Stay sus!