& Express From Scratch [Part 8] - Messaging & Validation

In this video we will be setting up flash messaging with the express-messages module. We will also be setting up connect-flash and express-session. Then we will implement the express-validation module for a more elegant form validation than just using Mongoose models. CODE: Full code for this series
Back to Top