Skip to content

Created a backend using Node and Express, with CRUD operations and tested all the Rest api's successfully on POSTMAN

Notifications You must be signed in to change notification settings

Medha375/backend-notes-app

Repository files navigation

# 🗒️ 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published