Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 717 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 717 Bytes

Node.js Backend Project

This is a backend application built with Node.js, Express, and MongoDB, following the MVC architecture. It includes user authentication with JWT and password hashing using bcrypt.js.


Features

  • User Authentication: Register and Login using JWT.
  • Secure Password Storage: Passwords are hashed using bcrypt.
  • Environment Variables: Managed securely using .env.
  • MVC Architecture: Organized structure for scalability.

Requirements

  • Node.js (v14 or higher)
  • MongoDB (Local or Cloud)

Installation

  1. Clone the Repository
    git clone https://github.com/ARYANTYAGI1/Backend-Starter-Template.git