Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 382 Bytes

RSS Feed Aggregator

Dependencies

This project uses the following command-line tools:

  • sqlc for generating SQL functions and methods. Install it with go install github.com/kyleconroy/sqlc@latest
  • goose for database migrations. Install it with go install github.com/pressly/goose/cmd/goose@latest

Please make sure to install these tools before running the project.