You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 🗒️ Backend Notes App (Node.js + Express)
A simple RESTful API built using Node.js and Express.js that allows users to create, read, update, and delete notes. This version stores notes in memory (no database yet) and is designed as a beginner-friendly backend project.
---
# Features
- Create a note
- View all notes
- View a single note by ID
- Update a note by ID
- Delete a note by ID
---
#Tech Stack
- **Node.js**
- **Express.js**
- **Postman / Thunder Client** (for API testing)
# Prerequisites
- Node.js installed on your machine
- Code editor like VS Code
- Postman or Thunder Client for testing
# Installation
bash
git clone https://github.com/Medha375/backend-notes-app.git
cd backend-notes-app
npm install
About
Created a backend using Node and Express, with CRUD operations and tested all the Rest api's successfully on POSTMAN