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.
- Host: GitHub
- URL: https://github.com/faisalhrbk/introtonodejs
- Owner: faisalhrbk
- Created: 2025-04-16T14:00:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-03T15:20:30.000Z (8 months ago)
- Last Synced: 2025-06-04T01:14:48.082Z (8 months ago)
- Topics: begginers, nodejs
- Language: CSS
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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