VALBuddy

By: Bryan Huici

09-01-2023 08:26:18 PM

Go
next

Friend finder app made with Next.js frontend and Go backend. Deployed on AWS Lambda and API Gateway using SST(Infrastructure as Code Library).

Home Page

VALBuddy Home Page

Login Page

VALBuddy Login Page
  • Uses Twitch and Discord as main OAuth providers.
  • Uses session based authentication in Go Fiber
  • Uses Cookies to store session_id and csrf
VALBuddy Settings Page
  • Allows the user to update user settings and delete their account
  • Updating has input validation using validator playground in Go
  • Form validation using Zod in Next.js