Welcome
  • Why take this course?
  • What is Mean Stack?
  • What tools do yo need
Project: Creating a UserStory app (server side part)
  • Start your first project
  • Setting up
  • Your first Hello World
  • Create a database
  • Your first Schema: Creating User Schema
  • Password hashing
  • Create a custom method
  • Your first API: Signup API
  • Get all users API
  • Login API
  • Create a custom middleware
  • Test the middleware
  • Your second Schema: Creating Story Schema
  • Post method in Home API
  • Decoded user's information
Project: Creating a UserStory app (frontend part)
  • Setup the front-end files
  • First Angular Service (part 1): Creating Auth Factory
  • First Angular Service (part 2): Creating AuthToken Factory
  • First Angular Service (part 3): Creating AuthInterceptor Factory
  • First Angular Controller: Creating Main Controller for Login and Logout
  • Routing System
  • Login Html
  • Signup Frontend
  • Testing Login and Logout
  • Fix sIgnup bugs
  • Creating Story service and controller (part 1)
  • Creating Story service and controller (part 2)
  • Adding real-time capability
  • Getting All Stories
  • Creating a new directive: reverse.js
  • Deploy our app to heroku