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 👾
- Host: GitHub
- URL: https://github.com/olivierobert/crawlexir
- Owner: olivierobert
- Created: 2020-03-23T03:59:17.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T16:50:13.000Z (over 3 years ago)
- Last Synced: 2025-01-01T22:43:04.265Z (over 1 year ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 627 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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`