
A CRUD Web Application with authentication using Nodejs, Mysql and other Javascript technologies
The Notes App is a Multi-Page Application built using Node.js and MySQL. This web application serves as an example for beginners to understand how to create a simple application.
The Notes App is a simple web application built with Node.js and MySQL, aimed at beginners looking to understand the basics of creating a multi-page application. It offers Docker installation support, organized file structure, and a list of tools used in the development process. Users can follow the provided installation guide to set up the application locally and explore its features.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.