Skip to content

Files

Latest commit

c927626 · Mar 24, 2025

History

History
35 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.08 KB

Node.js RESTful API

Developed by: Eranda Samarasinghe


Project Background and Overview

This repository contains a RESTful API built with Node.js, TypeScript, and Express.js, featuring JWT authentication and MongoDB for data storage. It follows best practices for route management, error handling, and secure user access.


Project Goals

The primary objectives of this application include:

  1. Implemented JWT-based authentication to secure API endpoints and manage user access
  2. Followed best practices in API development, route management and comprehensive error handling
  3. Used MongoDB as the data storage solution for the application
  4. Built a modular codebase for scalable and maintainable development

Technical Details

Core technologies used:

  • Node.js, Express, TypeScript, JWT Authentication, MongoDB

Installation

  1. Clone the repository:
    git clone https://github.com/dev-eranda/nodejs-crud-auth-api
    
  2. Install dependencies:
    npm install
    
  3. Start development server:
    npm run dev