Skip to content

✅ Show CommonJS vs ESModules usage ✅ Use npm packages & scripts ✅ Set up a basic Express server ✅ Create routes and simple middleware

Notifications You must be signed in to change notification settings

Vibeofkd/Gadget-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation


🗓️ — Simple Shop Server

# 🏪 Simple Shop Server

My first server built with Express.js — a minimal API that manages shop products.

---

### 🧠 Concepts Practiced
- Express.js setup and server creation
- Handling routes and middleware
- Using NPM for dependency management

---

### ⚙️ Endpoints
| Method | Route | Description |
|--------|--------|-------------|
| GET | /products | Get all products |
| POST | /products | Add new product |
| PUT | /products/:id | Update product |
| DELETE | /products/:id | Delete product |

---

### 💡 What I Learned
- The structure and flow of an Express.js app
- How routes and middleware connect in backend logic

---

> Week 3: My first real backend experience 🚀

About

✅ Show CommonJS vs ESModules usage ✅ Use npm packages & scripts ✅ Set up a basic Express server ✅ Create routes and simple middleware

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published