Skip to content

Alphaspiderman/NSS-API--Java-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Re-implementation of ycn-club/nss-api done in Java using Spring as a way to learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages