An open API service indexing awesome lists of open source software.

https://github.com/olivierobert/crawlexir

Test application to learn Elixir 👾
https://github.com/olivierobert/crawlexir

elixir phoenix

Last synced: 7 months ago
JSON representation

Test application to learn Elixir 👾

Awesome Lists containing this project

README

          

# Crawlexir

## Introduction

Web application extracting large amounts of data from the Google search results page.

## Project Setup

* Install dependencies with `mix deps.get`
* Create and migrate the database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Tests

Execute all test with `mix test`