Skip to content

bk167465/RSS

Repository files navigation

RSS in Go (Really Simple Syndication)

• Steps to run this project on localhost:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages