Learn AdonisJs: from zero to deploy
Learn AdonisJs by building a production-ready application completely from scratch.
Description
AdonisJs is a Node.js MVC framework and I’ve been using it since the early days of version 3. Over the years I’ve written various tutorials as well as recorded screencasts on the framework. I have put this course together to help you learn AdonisJs the most efficient way. This is a project-based course, so you'll get to learn AdonisJs by building a production-ready application completely from scratch.
Together we'll build Podcast, a podcast platform where users can signup and create their own podcast channel, and upload episodes to the podcast. Other users will be able to subscribe to podcast channels and be notified via email once new episodes are uploaded.
What You Will Learn!
- Working with the AdonisJs CLI
- Scaffolding AdonisJs application
- User authentication
- Handling file uploads
- Validate form data
- Sending mails
- Understanding the Lucid ORM
- Define model relationships
- Seeding Database with data
- Understand the Edge templating engine
- Use Laravel Mix in AdonisJs for module bundling and asset compilation
- Deploying AdonisJs apps to various hosting platforms
- …and much more
Who Should Attend!
- Developers getting started with Nodejs
- Developers with experience working with other Nodejs frameworks but wants to learn AdonisJs
- Want to build real apps with AdonisJs