Skip to content

amal-stack/notebooks-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI with Maven

Notebooks API

A REST web service for the NotebooksFX app written in Spring Boot.

Running the API locally

On the command line

  1. Clone the project using git clone and go to the project directory:
git clone https://github.com/amal-stack/notebooks-api.git
cd notebooks-api
  1. Use the Maven package command to build and test the project:
mvnw package
  1. Use the java -jar command to run the generated jar from the target subdirectory (Java 18 or newer):
java -jar target/*.jar

About

A RESTful web service for the NotebooksFX app written in Spring Boot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages