This document summarizes a 1 hour hackathon on building a full-stack single page application using the MEAN stack (MongoDB, Express, AngularJS, Node.js). It outlines the steps to build a food journal app that allows users to search a nutrition database, track daily food entries, and view calorie calculations. The steps include setting up the Express backend, Mongoose schema and API, AngularJS controllers and routing, and adding features like unit testing and Twitter authentication.