Skip to content

odin-software/nyusu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nyusu

RSS feed reader built with Go.

Local Setup

  1. Install dependencies

    go mod download
  2. Set environment variables

    export ENVIRONMENT=development
    export DB_ENGINE=sqlite3
    export DB_URL=nyusu.db
    export PORT=8888
  3. Run database migrations

    goose -dir sql/schema sqlite3 nyusu.db up
  4. Start the server

    go run .
  5. Open in browser

    http://localhost:8888
    

About

Rss feed reader with a web interface.

Topics

Resources

Stars

Watchers

Forks