Server side scripts for the Digital Diary application using Express framework.
Run npm install
to install dependencies.
Start the Mongodb server before starting express server. Learn more about Mongodb here.
Run npm start
to start the express server.