# set the db root to the user's documents folder
DB_ROOT=$HOME/Documents

# start the server
node $DB_ROOT/sticky-notes-server/build/index.js

