A simple note-taking application that uses browser local storage for persistence.
Clone the project
git clone https://github.com/cs280fa21/quicknote-app-serverGo to the project directory
cd quicknote-app-serverInstall dependencies
npm installStart the server
npm run start