https://github.com/orsinium-labs/itj
IT Jobs aggregator
https://github.com/orsinium-labs/itj
elixir jobs liveview phoenix website
Last synced: 27 days ago
JSON representation
IT Jobs aggregator
- Host: GitHub
- URL: https://github.com/orsinium-labs/itj
- Owner: orsinium-labs
- Created: 2021-11-29T14:03:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T12:28:59.000Z (about 4 years ago)
- Last Synced: 2025-12-25T14:57:16.259Z (6 months ago)
- Topics: elixir, jobs, liveview, phoenix, website
- Language: Elixir
- Homepage: https://itj.orsinium.dev/
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ITJ
A job aggregator that crawls sites of individual companies rather than job boards. We have a big goal to foster web decentralization without losing the convenience of centralization.
Powers [itj.orsinium.dev](https://itj.orsinium.dev/).
## Running locally
1. Create `config/secrets.exs`:
```elixir
import Config
config :itj, :dashboard_auth,
username: "admin",
password: "..."
```
1. Use `mix phx.server` to start the server.