Skip to content

A simple Express.js REST API for managing users, featuring basic CRUD operations and file-based storage using users.json. Perfect for beginners learning Express and REST APIs.

Notifications You must be signed in to change notification settings

Vibeofkd/Express-Fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

⚙️ Student CRUD API

A REST API built with Express.js implementing full CRUD operations on student data.


🧠 Concepts Practiced

  • Express Router & Middleware
  • CRUD routes with request/response handling
  • Working with JSON data and Postman

⚙️ Endpoints

Method Route Description
GET /students Fetch all students
GET /students/:id Fetch student by ID
POST /students Add new student
PUT /students/:id Update student
DELETE /students/:id Remove student

💡 What I Learned

  • How to organize Express apps modularly
  • Understanding API structure and data flow
  • Debugging & testing with Postman

Week 5: My first real REST API project 👨🏽‍💻

About

A simple Express.js REST API for managing users, featuring basic CRUD operations and file-based storage using users.json. Perfect for beginners learning Express and REST APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published