Korrigan-EISTI / FindYourFather

0 stars 0 forks source link

FindYourFather

Welcome to the FindYourFather application! This application combines a Spring Boot backend with an Angular frontend. Follow these steps to deploy the application locally.


Prerequisites

Make sure you have the following tools installed on your system:


Deployment Steps


1. Clone the Git repository

git clone https://github.com/Korrigan-EISTI/findyourfather.git


2. Navigate to the project directory

cd FindYourFather


3. Frontend - Angular

cd frontend
npm install
ng build

The files will be generated in the src/main/resources/static directory of the backend.


4. Backend - Spring Boot

cd ..
mvnw clean package
mvnw spring-boot:run
java -jar target\find-your-father.jar

Your application is now accessible at http://localhost:8080.


Contribution

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!