A simple REST API built with Node.js and Express.
- RESTful routes (GET, POST, PUT, DELETE)
- Custom middleware for input validation
- Rate limiting
- Global error handling
- Node.js
- Express.js
git clone https://github.com/Gaurav-023/Method_Basic-Express-Server
cd Method_Basic-Express-Server
npm installnode index.jsServer runs on http://localhost:3000
| Method | Endpoint | Description |
|---|---|---|
| GET | /todos | Get all todos |
| POST | /todos | Create a new todo |
| PUT | /todos/:id | Update a todo |
| DELETE | /todos/:id | Delete a todo |
Gaurav — Actively looking for Junior Backend Developer roles.