Skip to content

jereinhardt/job_bot_app

Repository files navigation

JobBot

JobBot is an automated job finder. It uses details you provide to search the internet's biggest job boards for listings that match what you are looking for. Through React, Redux, and Websockets, it keeps its findings updated in real-time until it has exhausted all of its sources.

You can see JobBot in action here.

Development

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more