• Steps to run this project on localhost:
- Clone this repository.
- Make sure you have installed Go and other packages
- Use Go get command
- go mod vendor
- go mod tidy
- Change current directory to sql/schema and run up migration command
- goose postgres URL up
- Run sqlc genrate command to genrate models file in internal directory
- Start backend: go build && ./rss