Skip to content

rashmod/user-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Documentation

User Management

This repository contains a Node.js, Express.js, TypeScript, Prisma, and PostgreSQL backend application for user management. This REST API allows you to perform various user management operations, such as user registration, authentication, profile management, and more.

The APIs are rate limited up to 100 requests per minute

The API also gracefully handles update conflicts when multiple requests attempt to modify the same resource simultaneously.

The passwords are store as hashed values in the database