This is a full stack web application that uses mongoose and express.
The front end uses JQuery.
The application stores entries, and renders them in charts using chart js.
Start by installing front and backend dependencies. While in the root directory, run the following command:
npm install
This should install node modules within the server and the client folder.
After both installations complete, run the following command in your terminal:
node server
Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.