Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 668 Bytes

File metadata and controls

22 lines (18 loc) · 668 Bytes

NSS API (Java Spring Boot)

This project is a re-implementation of the NSS API, which was originally developed in Python by me. This rewrite has been done to help me learn Java and explore the Spring Boot framework.

Running the Application

  1. Clone the repository:
    git clone <this-repo-url>
    cd nss_api
  2. Fill out the application.properties file with your database and other configurations.
  3. Build and run the application:
    ./mvnw spring-boot:run
    Or on Windows:
    mvnw.cmd spring-boot:run

The application will start on http://localhost:8080 by default.