Skip to content

nmtun/notes_app_backend

Repository files navigation

Notes App Backend

Features

  • User authentication (registration, login, logout)
  • Create, read, update, and delete notes
  • Token-based authentication with JWT

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/nmtun/notes_app_backend.git
    cd notes_app_backend
    npm install
  2. .env file

    PORT=3000
    MONGODB_URI=your_mongodb_connection_string
    JWT_SECRET=your_jwt_secret
  3. Run server

    npm start

About

APIs used for notes app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •