Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 603 Bytes

Notes App Backend

This is the backend of the Notes App, built with Node.js and Express.js. The backend handles all the API requests, user authentication, and manages the database for notes.

Table of Contents

Features

  • User authentication with JWT (JSON Web Token).
  • RESTful API to manage notes.
  • CRUD operations for notes.
  • Secure handling of user data and requests.

Technologies Used

  • Backend Framework: Node.js, Express.js
  • Database: MongoDB Atlas
  • Authentication: JWT
  • Deployment: Railway