Course description
The course goes through the process of building a social web application using Python Flask and the most popular document store database in the market: MongoDB. We will go over modeling best practices, how to build efficient indexes and how to interact with it using the popular MongoEngine ORM. This course Gets you started with setting up MongoDB and the blueprints for moving forward.
Prerequisites
• Good knowledge of the Python programming language
• Good knowledge of the Flask web framework
• Basic knowledge of HTML, CSS and jQuery
Meet the expert
Jorge Escobar is an engineer at FINDMINE. In addition to being a consultant and working with companies like MongoDB, Venmo and Knewton he also has a passion for teaching and is an instructor for Stone River eLearning
Course outline
Get Started
Introduction (18:42)
- Introduction (00:13)
- Introduction (00:58)
- Evolution (01:51)
- Intro to MongoDB (07:41)
- Setting up MongoDB (07:50)
- Summary (00:08)
Setting up MongoDB (21:45)
- Introduction (00:08)
- Setting up MongoDB (07:55)
- Playing with MongoDB (13:34)
- Summary (00:08)
Basic Structure (16:13)
- Introduction (00:08)
- Basic Structure (05:02)
- Settings.py (10:54)
- Summary (00:08)
Introduction to Blueprints (22:06)
- Introduction (00:08)
- Introduction to Blueprints (07:08)
- Creating the User Model (14:42)
- Summary (00:08)