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.
Install Maven
sudo apt install mavenInstall Nodejs (Linux):
sudo apt install nodejsClone Repository:
git clone https://github.com/sergej-stk/notekeeper.gitInstall Maven dependencies:
cd notekeeper
mvn installCompile jar file:
cd notekeeper
mvn packageInstall Nodejs dependencies:
cd notekeeper/frontend
npm installCompile vuejs:
cd notekeeper/frontend
npm run build