Skip to content

ilyadesyatov/awesome-elixir

Repository files navigation

Awesome Elixir

Application parsing every hour Markdown from h4cc/awesome-elixir. And saves data to the DB for further work with them.

Getting Started

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

Installing

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

Create DB and run migrations

From root path, create db

mix ecto.create 

Run migrations

mix ecto.migrate

Run application

Application launch

iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Running the tests

Run from root path of application run

source .env

then

mix test

Author

Ilya Desyatov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published