Server side application to manage authentication. It is built using Node.js and Express, and persist data using a MongoDB database.
https://documenter.getpostman.com/view/18999728/2s8ZDX53ig
- A POST route to sign up
POST /auth/signUp
HOST authlog-oc6c.onrender.com
Body
Field | Description |
---|---|
name | name of the user |
valid email of the user | |
password | password for the account |
age | valid numeric age of the user |
address | address of the user |
- A POST route to log in
GET /auth/logIn
HOST authlog-oc6c.onrender.com
Body
Field | Description |
---|---|
valid email of the user | |
password | password for the account |