diff --git a/src/docs/README.md b/src/docs/README.md index 6ca9e57..5f988ed 100644 --- a/src/docs/README.md +++ b/src/docs/README.md @@ -6,4 +6,23 @@ category: - Documentation --- - +Welcome to the Node.js Documentation! In this comprehensive resource, you'll find detailed explanations of various Node.js concepts and functionalities. Let's explore the different sections together. + +## Basics + +In the [Basics](/docs/basics/) section, you'll find essential topics that form the foundation of Node.js development. Here are some of the key topics covered: + +- **File System**: Learn how to perform file system operations such as reading, writing, and manipulating files using Node.js. +- **Modules**: Understand how modules work in Node.js and how to create, import, and use them in your applications. +- **URL Module**: Explore the URL module in Node.js, which provides utilities for URL resolution and parsing. + +## MySQL + +In the [MySQL](/docs/mysql/) section, you'll find in-depth information about using MySQL with Node.js. Whether you're a beginner or an experienced developer, you'll find valuable insights into working with MySQL databases. Some of the topics covered include: + +- **Creating a Database**: Learn how to create a MySQL database using Node.js and set up tables to store your data. +- **Join**: Understand how to perform join operations to combine data from multiple tables in MySQL using Node.js. +- **Delete**: Explore how to delete records from a MySQL database using Node.js. + +::: important Get ready to level up your Node.js skills with our comprehensive documentation! 🚀 +:::