A full-stack application to create, view, edit, and delete personal notes.
- User Registration & Login (JWT Authentication)
- Create, View, Edit, Delete Notes
- Logout functionality
- (Optional) Admin can view all users & notes
- Frontend: React + Axios + React Router
- Backend: Node.js + Express + MongoDB
- Authentication: JWT
# Backend
cd backend
npm install
node server.js
# Frontend
cd frontend
npm install
npm run dev# notes-manager