A minimal, self-hosted RSS aggregator that implements the Fever API.
Go to file
Shadowfacts 9fa6968f6f
Add authentication for Fever API
2019-03-24 11:00:46 -04:00
config Initial commit 2019-02-11 17:22:35 -05:00
lib Add authentication for Fever API 2019-03-24 11:00:46 -04:00
priv Add authentication for Fever API 2019-03-24 11:00:46 -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 Initial commit 2019-02-11 17:22:35 -05:00
README.md Initial commit 2019-02-11 17:22:35 -05:00
mix.exs Add authentication for web UI 2019-03-23 19:42:38 -04:00
mix.lock Add users model and mix task 2019-03-23 13:53:53 -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