This is the code repository for Node.js, Express and MongoDB Dev to Deployment [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.
You will learn how to structure your Node/Express applications, create data models, relate data, display views, authenticate users, create helpers and much more. Project 1 - Vidjot An application where content creators can register and jot down and manage ideas for future videos.The first project is quite simple as it is meant to be an introduction where the author explains everything about Express routing, middleware, templates, Mongoose, and so on. We implement Passport and a local strategy where we store emails as usernames and encrypted passwords in our database. We will prepare and deploy this app to Heroku and add a domain name. Project 2 - Storybooks: A much more sophisticated project. A social network for creating public and private stories. This app uses a Google OAuth 2.0 strategy for authentication. Users can login and create stories which can be set to public or private. They can also choose if comments are allowed to be posted. We will create a dashboard for users to manage their stories. We will create helpers for authentication and access control as well as handlebars template helpers. We will prepare and deploy this app to Heroku and add a domain name.
- Use MongoDB on the cloud.
- Create REST API
- Learn real-world professional web development.
- Integrate MongoDB from NodeJS
To fully benefit from the coverage included in this course, you will need:
Anyone that wants to learn how to build and deploy apps built with Node, Express and MongoDB
This course has the following software requirements:
NA