The purpose of this project was to kick start GoLang programming.
RSS (Really Simple Syndication) is basically a web feed that allows access to updates on a certain website in computer-readable format (typically XML)
Link to a sample RSS https://www.wagslane.dev/index.xml
Tools used:
- Routing: Chi Router https://github.com/go-chi/chi
- Database: Postgresql
- Goose: Databse migrations https://github.com/pressly/goose
- SQLC: Generate type-safe code from raw SQL https://github.com/sqlc-dev/sqlc
- Docker: Run SQLC Generate
- Postman Client: API Testing