Developed by: Eranda Samarasinghe
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.
The primary objectives of this application include:
- Implemented JWT-based authentication to secure API endpoints and manage user access
- Followed best practices in API development, route management and comprehensive error handling
- Used MongoDB as the data storage solution for the application
- Built a modular codebase for scalable and maintainable development
Core technologies used:
- Node.js, Express, TypeScript, JWT Authentication, MongoDB
- Clone the repository:
git clone https://github.com/dev-eranda/nodejs-crud-auth-api
- Install dependencies:
npm install
- Start development server:
npm run dev