A beginner-friendly repository to learn the fundamentals of Node.js.
This project covers:
- Setting up a Node.js environment
- Understanding modules and npm
- Creating basic HTTP servers
- Working with file systems
- Handling asynchronous operations
- Building simple REST APIs
-
Clone the repository:
git clone https://github.com/shouvikmistry/NodeJS-Basics-.git cd NodeJS-Basics-
-
Install dependencies:
npm install
-
Run example scripts:
node index.js
Contributions are welcome! Please open issues or submit pull requests.
This project is licensed under the MIT License.