This is a web application for user registration built with Angular and Spring Boot. It collects user information, including first name, last name, and address, with specific validation rules.
Before running the application, make sure you have the following prerequisites installed:
- Clone the Frontend Repository: Open a terminal or command prompt and clone the frontend repository with the following command: git clone https://github.com/johnsam765/frontend.git
- Navigate to the Angular Project Directory:
- Install Dependencies: If not already done, install project dependencies by running the following command: npm install
- Start the Angular Development Server: Start the Angular development server with the following command: ng serve
- Clone the Frontend Repository: Open a terminal or command prompt and clone the backend repository with the following command: git clone https://github.com/johnsam765/backend.git
- Navigate to the SpringBoot Project Directory:
- Install Dependencies: If not already done, install project dependencies by running the following command: mvn clean install
- Start the Spring Boot Application Server: Start the Angular development server with the following command: java -jar backend.jar