Jotter is a mobile note taking app and my final project from the neuefische bootcamp.
Instead of relying on sorting notes into hierachies, Jotter makes heavy use of taging (like Twitter) and fuzzy searching.
A live demo is available here.
The code for a suitable REST backend can be found here.
Clone this repo and run
to start the development server on http://localhost:3000
Prerequisites: Java 13 and mongodb running
to start the spring backend on http://localhost:8080
to run the unit tests using Jest
to run the end-to-end tests using Cypress.
Prerequisites: Java 13 and mongodb running
to run the end-to-ends test using Cypress with the spring backend on http://localhost:8080