# 🏪 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 🚀-
Notifications
You must be signed in to change notification settings - Fork 0
Vibeofkd/Gadget-Store
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published