Categorygithub.com/cosimocollini/go-blog-aggregator
modulepackage
0.0.0-20240526134956-f48c3bf6b386
Repository: https://github.com/cosimocollini/go-blog-aggregator.git
Documentation: pkg.go.dev

# README

Go Blog Aggregator

This is a project aimed at practicing my Go skills, created by Boot.dev.

The project demonstrates how to design a web server that scrapes a feed and stores posts in a PostgreSQL database.

Build and start project

go build -o out && ./out

# Structs

No description provided by the author
No description provided by the author
Post
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author