Skip to content

Bansikah/pingserverapp

Repository files navigation

Ping Server App

This repository contains the code for the ping server application.

Status

Build & Deploy Frontend Build & Deploy Backend Releases

Prerequisites

Before getting started, make sure you have the following tools installed:

Installation

Follow the steps below to set up the local environment:

  1. Install nvm:

  2. Install Node.js and npm using nvm:

    nvm install node
  3. Install sdkman:

    • Visit the sdkman website: https://sdkman.io/
    • Follow the installation instructions for your operating system.
  4. Install Java and Maven using sdkman:

    sdk install java
    sdk install maven

Getting Started

To run the e2e-banking-app project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Bansikah/pingserverapp.git 
  2. Change to the project directory:

    cd pingserverapp
  3. Install project dependencies and Start application:

    a. For : serverappfrontend

    • Change to the project directory:
      cd serverappfrontend
    • Install the Angular CLI globally:
      npm install -g @angular/cli
      
    • Install dependencies:
      npm install
    • Build the project:
      npm run build or ng build
    • Start application:
      npm start or ng serve
    • Acess application on:
      http://localhost:4200/
      

    b. For serverappbackend:

    • Change to the project directory:
      cd serverappbackend
    • Install dependencies:
      mvn install
    • Build the project:
      mvn clean package
    • Start application:
      java -jar target/serverappbackend-0.0.1-SNAPSHOT.jar
    • Acess application on:
      http://localhost:8081/
      

Contributing

Feel free to contribute to this project. Your contributions are welcome and appreciated!

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published