In this project you will find a frontend for user interactions written in Typescript (Angular) and a backend written in golang
Use the following command to run the frontend
npm run start
Make sure you change to the frontend directory first by using
cd frontend
Use the following command to run the backend
npm run backend
Note: You may need
docker-composeas well asdockerto be able to run the backend
If the upper steps were completed successfully, the website can by reached by http://localhost:4200. On the upcoming login page you can use the following credientials:
| Username | password |
|---|---|
| User | user |
| Test | test |
| Root | root |
This is for test purposes only of course