Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
/ notekeeper Public archive

This Java Spring Boot web interface allows users to create, retrieve, and edit notes. It provides a simple and efficient solution for managing personal or shared notes.

License

Notifications You must be signed in to change notification settings

sergej-stk/notekeeper

Repository files navigation

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

About

This Java Spring Boot web interface allows users to create, retrieve, and edit notes. It provides a simple and efficient solution for managing personal or shared notes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •