Skip to content

badis99/Rest-Api-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Notes REST API

A simple and efficient RESTful API built with Node.js, Express, and MongoDB (Mongoose) that allows you to create, read, update, and delete notes β€” each note containing a topic and content.


πŸš€ Features

  • ✏️ Create a new note
  • πŸ“– Read all notes or a specific note
  • πŸ”„ Update an existing note
  • ❌ Delete a note
  • 🌐 Built with Express and MongoDB
  • πŸ“¦ Organized with routes and middleware

🧰 Technologies Used

  • Node.js β€” runtime environment
  • Express.js β€” web framework
  • MongoDB + Mongoose β€” database and ODM
  • Nodemon β€” automatic server reload in development

βš™οΈ Installation and Setup

1. Clone the repository

git clone https://github.com/<your-username>/notes-rest-api.git
cd notes-rest-api

About

This is a simple Notes Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published