Skip to content

imonous/net-note

Repository files navigation

NetNote: a decentralized collaborative note taking app

This is a software project that I worked on with a team as part of a university course.

Run the project

  1. From / (the root project directory) - package and install the artifcats

    ./mvnw clean install

  2. From /server - start the server

    ../mvnw spring-boot:run

  3. From /client - start the client

    ../mvnw javafx:run

Please note that the server needs to be running before you can start the client. Also, you can replace ./mvnw for simply mvn (if you know what you're doing).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages