An app for taking notes
Run the ./run install
script to install dependencies for the API and Web directories.
Use the ./run
script to run the application.
./run mongo # runs the database
./run api # starts up the api
./run web # starts up the web app