An open API service indexing awesome lists of open source software.

https://github.com/faisalhrbk/introtonodejs

This repo is for my Node.js learning journey.
https://github.com/faisalhrbk/introtonodejs

begginers nodejs

Last synced: 7 months ago
JSON representation

This repo is for my Node.js learning journey.

Awesome Lists containing this project

README

          

# 🚀 Intro to Node.js – My MERN Stack Journey

This repository contains all my Node.js learning projects as I explore the **MERN stack** (MongoDB, Express.js, React, Node.js). I'm focused on building APIs, experimenting with backend development, and improving my full-stack skills.

---

## 🛠 Tech Stack

- **Node.js**
- **Express.js**
- **MongoDB** (optional)
- **JavaScript**
- **Tailwind CSS** (for front-end)

---

## ⚙️ Setup

```bash
# Clone the repository
git clone https://github.com/faisalhrbk/IntroToNodeJs

# Navigate into the project directory
cd IntroToNodeJs

# Install dependencies
npm install

# Run the project
npm start