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.
- Create
config/secrets.exs
:
import Config
config :itj, :dashboard_auth,
username: "admin",
password: "..."
- Use
mix phx.server
to start the server.