Skip to content

Merff/Exawesome

Repository files navigation

Exawesome

Deployed version here: https://stormy-everglades-49901.herokuapp.com

To start project locally:

  • Clone repo from https://github.com/Merff/Exawesome
  • Fill db and github-api credentials in config.exs/dev.exs files
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with iex -S mix phx.server
  • Fetch real data by run in iex console Exawesome.update_data()
  • Wait 😴

Now you can visit localhost:4000 from your browser.

Notes

  • I used lib Quantum for run schedule task because it is easier than writing your GenServer scheduler

Tests

  • Run tests with mix test (at first run exVCR-lib will go to fetch real data)

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published