HTTP server for backend of Chirpy - a twitter clone
This project was completed as part of the boot.dev back-end developer course curriculum
- Building an HTTP server in Go with the standard library alone
- RESTful API
- Communicating with the client through HTTP status codes, JSON and headers
- Using type-safe SQL to store and retrieve data from a Postgres Database
- Implementing authentication/authorization with well-tested cryptographic libraries
- Building Webhooks with API keys
- Containerize Back-end server with Docker