Skip to content

ErArman13/Notes_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes API

A secure Notes API built with Node.js, Express, MongoDB (Mongoose), and JWT authentication.
This API allows users to register, login, create, and view notes securely. Each note is linked to a specific user, and all routes are protected so only authenticated users can access their own notes.


Tech Stack

  • Node.js & Express → Backend server
  • MongoDB & Mongoose → Database & schema management
  • JWT (JSON Web Tokens) → Secure authentication
  • bcryptjs → Password hashing

Features

  1. User Registration and Login
  2. JWT-based authentication for secure routes
  3. Create and view notes (only accessible to logged-in users)
  4. Clean project structure for backend learning

About

Secure Notes API with Node.js, Express, MongoDB, and JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published