https://github.com/vrcca/lar
elixir
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vrcca/lar
- Owner: vrcca
- Created: 2020-01-11T21:29:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T21:54:35.000Z (over 6 years ago)
- Last Synced: 2025-06-05T05:42:40.016Z (about 1 year ago)
- Topics: elixir
- Language: Elixir
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lar
**Fetches apartment offers from various sources.**
## Installation
Optionally, you can [run the application with Docker](#running-the-app-with-docker).
1. Install Erlang 20.0 or later
2. Install Elixir 1.9+
3. Run `make`
## Running the tests
In the root folder, run `make test` _(Requires Docker)_
## Running the app locally
Run `make start`
## Running the app with Docker
1. Install Docker
2. Run `make docker-image`
3. Run `make start-with-docker`
Also, you can pass the port when starting with docker:
`PORT=4001 make start-with-docker`