Create Your Own AdonisJS Commands to Create and Drop Databases
Are you tired of logging into psql to create or drop a database? Learn how to do the same task from the command line!
Aug 12, 20213 min read

Search for a command to run...
Are you tired of logging into psql to create or drop a database? Learn how to do the same task from the command line!

Can't figure out what to do when it comes time to test your secured routes? Follow along as I walk you through the process.

Easily test authenticated routes in Phoenix... with this one trick!

Learn how to add authentication to your AdonisJS project using argon2 hashing algorithm to encrypt and decrypt your passwords.

Learn how to use Laravel Mix in your AdonisJS project to manage your TailwindCSS and TypeScript front end assets.

Set up your VSCode editor to work with your new AdonisJS 5.0 project. Make sure all your files are updated automatically. 🚀
