Skip to content

johnsam765/frontend

Repository files navigation

Angular and Spring Boot Registration Application

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.

Prerequisites

Before running the application, make sure you have the following prerequisites installed:

For Angular (Frontend)

For Spring Boot (Backend)

Running the Application

Angular (Frontend)

  1. 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
  2. Navigate to the Angular Project Directory:
  3. Install Dependencies: If not already done, install project dependencies by running the following command: npm install
  4. Start the Angular Development Server: Start the Angular development server with the following command: ng serve

Running the Application

Springboot (Backend)

  1. 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
  2. Navigate to the SpringBoot Project Directory:
  3. Install Dependencies: If not already done, install project dependencies by running the following command: mvn clean install
  4. Start the Spring Boot Application Server: Start the Angular development server with the following command: java -jar backend.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors