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.
- Clone the repository:
git clone <this-repo-url> cd nss_api
- Fill out the
application.propertiesfile with your database and other configurations. - Build and run the application:
Or on Windows:
./mvnw spring-boot:run
mvnw.cmd spring-boot:run
The application will start on http://localhost:8080 by default.