A simple Notes Application built with Node.js, Express, MongoDB, and EJS.
It allows users to create, edit, delete, and view notes with a clean and modern UI.
- ➕ Add new notes
- ✏️ Edit existing notes
- 🗑️ Delete notes
- 👀 View full note content
- 📅 Shows note creation date
- 💾 Stores notes in MongoDB
git clone https://github.com/shahidx05/Notes-App-Backend
cd Todo-Backend
npm install
MONGODB_URI=your_mongodb_connection_string PORT=3000
npm start