A minimal, self-hosted RSS aggregator that implements the Fever API.
Go to file
Shadowfacts 58b3361623
Update to Phoenix 1.5
2020-06-07 11:13:52 -04:00
config Update to Phoenix 1.5 2020-06-07 11:13:52 -04:00
lib Update to Phoenix 1.5 2020-06-07 11:13:52 -04:00
priv Add configurable refresh frequency to feeds 2020-05-31 22:48:04 -04:00
test Initial commit 2019-02-11 17:22:35 -05:00
.formatter.exs Initial commit 2019-02-11 17:22:35 -05:00
.gitignore Add .elixir_ls/ to gitignore 2020-05-29 18:50:24 -04:00
README.md Initial commit 2019-02-11 17:22:35 -05:00
mix.exs Update to Phoenix 1.5 2020-06-07 11:13:52 -04:00
mix.lock Update to Phoenix 1.5 2020-06-07 11:13:52 -04:00

README.md

Frenzy

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more