Application parsing every hour Markdown from h4cc/awesome-elixir. And saves data to the DB for further work with them.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Link on heroku
In project root path, create .env file
link for generating GitHub API personal access token.
export GITHUB_TOKEN="GitHub_API_token"
Run from root path of application run
source .env
From root path, create db
mix ecto.create
Run migrations
mix ecto.migrate
Application launch
iex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Run from root path of application run
source .env
then
mix test