Skip to content

anand221986/api-services

Repository files navigation

Project Name

This project is a full-stack application built with React (frontend), NestJS (backend), and PostgreSQL (database). It includes user authentication/login functionality and follows modern best practices.


Table of Contents


Login

The application supports user login with the following features:

  • Email and Password authentication
  • JWT-based authentication for secure API access
  • Role-based access control (optional)
  • Error handling and validation for login forms
  • Password hashing using bcrypt or similar libraries

Login Endpoint (Backend)

POST /auth/login

{
  "email": "admin@gmail.com",
  "password": "india@12345"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published