A REST web service for the NotebooksFX app written in Spring Boot.
- Clone the project using
git cloneand go to the project directory:
git clone https://github.com/amal-stack/notebooks-api.git
cd notebooks-api
- Use the Maven
packagecommand to build and test the project:
mvnw package
- Use the
java -jarcommand to run the generated jar from thetargetsubdirectory (Java 18 or newer):
java -jar target/*.jar