Please sign in to access this page

Helpers Go

Helpers Go Used AI

9 devlogs
7h 32m
Created by Lucas11

Helpers Go is a custom backend for the helpers app build in Go (the main one uses python). This is for practicing Go.

Timeline

Ok it works but it dosent give the token :heaviersob:

Update attachment

Finished the auth! going to ship then going to add notifications api.

Update attachment

Login and signup API!

Update attachment

Added the signup and get account api!

Update attachment

FINALY FINISHED ALL THE AUTH TOOLS THAT FEEL LIKE A YEAR now its time for the API!
Now you can block, unblock, reset password, Create account, find account with id, username or email. Get Paginated Users with regex, Delete account and cache!

Update attachment

Added JWT and Password hashing. now im going to add the routes for them.

Update attachment

Added 500 and 404 support. Tried to add redis and mongodb for auth but coudent. Also adapted the api with the python one

Update attachment

Did utiils for helpers! (there is no helpers for now bcs there isint in the python version) Only did an AI one and mailgun utiils (thank god there is a official libery for mailgun)

Update attachment

Started! This took a lot of time bcs this is my first time using go but hey it works!