A simple Single Page Web Appplication built with angular js to display a list of users, posts and comments.
Driven by an Express API using mongodb & mongoose.
To start the API (which also initialise it with some data) and serve the application simply run npm start and browse to htpp://localhost:8080. Note: Please ensure that MongoDB is running before starting the app.