This project is writen in Angular 11.0.4
Note: Run the project Backend previously.
In order to run this project, follow the following steps:
-
To run this project you need to have installed Docker engine on your local machine.
Docker installation tutorial for Ubuntu distros
-
Clone github project
-
From your local machine run docker_console.sh script
The script MUST be runned from project root directory
./scripts/docker_console.sh
-
In the running container run docker_serve.sh script in order to serve the project
The script MUST be runned from project root directory
./scripts/docker_serve.sh
-
Open localhost in your browser and you need to see the login form
Admin credentials:
email: admin@hs.com pass: 12345
-
Have FUN !
Note: This project is made for the purpose of graduate thesis.