Auth-Module built using ReactJs + NestJs + MongoDB
- You need to install NodeJs and MongoDB before running this project.
- Install them according to your Operating System.
- Clone this Project
- Go to cloned project directory of it with cd and open terminal.
- To install required dependencies run command:
npm install
Start the app and server using command:
npm run dev
You need to go to http://localhost:5173
Open Postman and there you can hit differents api's. Base URL to be used before every api requests
localhost:3000/api
-
/auth/register- POST request to create and register user in the application -
/auth/login- POST request to login the user.
-
Used workspaces to manage the dependency installation and to run both client and server at the same time.
-
Forgot password feature not implemented but can be added in future.