the backend for my notes app, still in development, similar to excalidraw or freeform
- dowload or clone the repo
- run
./notes/setup.shto set everything up - to start the server
- run
node index.jsto see the logs in the terminal - open a terminal and run
bash run.shto save the logs
- run
to archive logs run ./notes/archiveLogs.sh
by default it run at http://localhost:8080/notes, the port and path can be changed in index.js