#nodejs
Read more stories on Hashnode
Articles with this tag
Routes ยท In this part 2, we will define routes while incorporating Handlebars. Installing Handlebars Install express-handlebars with the command npm...
In Part 1, error handling was created. Let's make it easier to throw errors. Instead of let error = new Error('This is a major...
We will be using Docker, Node 18, MySQL 8, and Redis. Following Setting Up Node App using Docker post express, nodemon, dotenv packages should be...
Create a docker setup to build a Node Express app with MySQL and Redis Create a directory and go switch to it mkdir nodeapp cd nodeapp Create...
Almost all tutorials shows how to initialize a node app with Node installed locally. Here is a way to create a node app in Docker without installing...
Seen this error when using Docker for NodeJS and MySQL 8? Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested...