Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Latest commit

 

History

History
58 lines (43 loc) · 1.31 KB

File metadata and controls

58 lines (43 loc) · 1.31 KB

Notekeeper - Webservice

License build language

NoteKeeper is a SpringBoot REST API designed for managing notes. It provides endpoints for creating, editing, deleting, and retrieving notes. The project also includes a Vue.js-based frontend, offering a user-friendly interface to interact with the API.

Frontend

API Reference

Run Locally (Linux)

Install Maven

sudo apt install maven

Install Nodejs (Linux):

sudo apt install nodejs

Clone Repository:

git clone https://github.com/sergej-stk/notekeeper.git

Install Maven dependencies:

cd notekeeper
mvn install

Compile jar file:

cd notekeeper
mvn package

Install Nodejs dependencies:

cd notekeeper/frontend
npm install

Compile vuejs:

cd notekeeper/frontend
npm run build

Authors