Skip to content

Challenge 7 Binar Academy - Logging, Sentry, Socket Io, Mailer,

Notifications You must be signed in to change notification settings

wahyupambudi/binar-backend-challenge-7

Repository files navigation

BINAR ACADEMY BACKEND CHALLENGE 7

Debugging, Logging, Sentry, Socket Io, Mailer

Backend

Register

https://binar-backend-challenge-7-production.up.railway.app/api/v1/auth/register

POST /api/v1/auth/register HTTP/1.1
Content-Type: application/json
Host: binar-backend-challenge-7-production.up.railway.app
Content-Length: 71

{
	"name": "user",
	"email": "email@gmail.com",
	"password": "123123"
}

Login

https://binar-backend-challenge-7-production.up.railway.app/api/v1/auth/login

POST /api/v1/auth/login HTTP/1.1
Content-Type: application/json
Host: binar-backend-challenge-7-production.up.railway.app
Content-Length: xx

{
	"email": "email@gmail.com",
	"password": "123123"
}

Forgot Password

https://binar-backend-challenge-7-production.up.railway.app/api/v1/auth/forgotpassword

POST /api/v1/auth/forgotpassword HTTP/1.1
Content-Type: application/json
Host: binar-backend-challenge-7-production.up.railway.app
Content-Length: 45

{
	"email": "email@gmail.com"
}

Reset Password (get link from email)

Test with views ejs

Homepage

https://binar-backend-challenge-7-production.up.railway.app/

Login

https://binar-backend-challenge-7-production.up.railway.app/login

Register

https://binar-backend-challenge-7-production.up.railway.app/register

Forget Password

https://binar-backend-challenge-7-production.up.railway.app/forgotpassword

About

Challenge 7 Binar Academy - Logging, Sentry, Socket Io, Mailer,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published