Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Techplement [ BACKEND ]

This is the complete back end user registration using Mongo& Nodejs.

Functionalities Include:

=> Signup, Login, Logout. Included Password Hashing.
=> User Profile Management.

How to Run the Code & Access API in Postman:

#1) Clone Repository by running : git clone https://github.com/Kris248/Techplement.git
#2) Enter cmd : npm install
#3) Run : nodemon

#4)
a) Signup API : http://localhost:5000/signup
b) Login API : http://localhost:5000/login
c) Logout API : http://localhost:5000/logout
d) Profile Manage API : http://localhost:5000/update-profile

Dummy json Data for Testing:

#1) For User Authentication 👇

{
  "email" : "employee1@outlook.com",
  "password" : "0000-0000"
}

#2) For Profile Management👇

{
  "userId": "65b754530492d539d72c3106",
  "updatedProfile": {
    "name": "Other User",
    "phoneNumber": "52-5013-4225",
    "address": "Address 2",
    "gender": "FeMale"
  }
}

ScreenShots of Backend API using

Screenshot 2024-01-29 130827

Screenshot 2024-01-29 130316

Screenshot 2024-01-29 130258

Screenshot 2024-01-29 130243

Screenshot 2024-01-29 130215

Screenshot 2024-01-29 130159

Screenshot 2024-01-29 130917

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages