Skip to content

Authentication-module built using react + nestjs + mongodb

Notifications You must be signed in to change notification settings

SARVESS/Auth-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Auth-Module built using ReactJs + NestJs + MongoDB

Prerequisites

  1. You need to install NodeJs and MongoDB before running this project.
  2. Install them according to your Operating System.

Getting Started

  1. Clone this Project
  2. Go to cloned project directory of it with cd and open terminal.
  3. To install required dependencies run command:
    npm install
    

Starting App and Server

Start the app and server using command:

npm run dev

Opening the React App

You need to go to http://localhost:5173

API and end points

Open Postman and there you can hit differents api's. Base URL to be used before every api requests

localhost:3000/api
  1. /auth/register - POST request to create and register user in the application

  2. /auth/login - POST request to login the user.

Notes

  1. Used workspaces to manage the dependency installation and to run both client and server at the same time.

  2. Forgot password feature not implemented but can be added in future.

About

Authentication-module built using react + nestjs + mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published