Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.31 KB

DohTracker

DohTracker is an application to track the following pages:

Approach:

  • Use wget (via System.cmd at first) to download the pages we're interested in
  • Commit those pages to git automatically and push up to github
  • Use meeseeks to parse the HTML and store the results in Postgres via Ecto

Notes

Generated with mix phx.new doh_tracker --live (Note that --live is currently only available on the Phoenix master branch)

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install --prefix assets
  • 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