What you'll learn:
- Create a Node/Express web application with Mongo Database and deploy to a staging server.
Mongo DB (the "M" in MEAN and MERN stack) is among the most dominant databases in use today. Along with MySQL and PostgreSQL, Mongo DB an industry-standard database consideration among startups and large companies alike. But unlike the other two, Mongo DB is the de-facto standard for document based databases and has exploded in popularity since its release in 2009. In this series, we implement a basic Mongo DB with Node/Express project and fully deploy it to the Turbo staging environment.