Categorygithub.com/aranaris/chirpy
repositorypackage
0.0.0-20240902002521-7655b6b51b22
Repository: https://github.com/aranaris/chirpy.git
Documentation: pkg.go.dev

# README

Boot.dev Guided project: Chirpy Web Server

https://www.boot.dev/courses/learn-web-servers

First pass at using Golang to build out a backend web server

Key Outcomes:

Set up server to process HTTP Requests and webhooks via Golang
Gain familiarity with common Golang libraries (net/http, os, etc.)
Additional JWT and authorization flow practices using Go
General Go syntax practice