Welcome to the FindYourFather application! This application combines a Spring Boot backend with an Angular frontend. Follow these steps to deploy the application locally.
Make sure you have the following tools installed on your system:
git clone https://github.com/Korrigan-EISTI/findyourfather.git
cd FindYourFather
cd frontend
npm install
ng build
The files will be generated in the src/main/resources/static
directory of the backend.
cd ..
mvnw clean package
mvnw spring-boot:run
java -jar target\find-your-father.jar
Your application is now accessible at http://localhost:8080
.
If you'd like to contribute to this project, feel free to open issues or submit pull requests on the GitHub repository.
Enjoy using FindYourFather!