Created a web App using MEAN, mLab and deployed to Heroku
Front-End Development
Essentially this is a basic content management application that supports standard CRUD (Create, Read, Update, Delete) operations.
1. Created a RESTful API server to act as an interface for querying and persisting data in a MongoDB database (mLab)
2. Leveraged the API server to build an Angular-based web application that provides an interface (bootstrap) for end users
3. Deployed the app to Heroku for a demo at https://biblehelps.herokuapp.com/
Here are is a quick view at the code.