Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jereinhardt/job_bot_app
An Automated Job Finder
https://github.com/jereinhardt/job_bot_app
Last synced: about 2 months ago
JSON representation
An Automated Job Finder
- Host: GitHub
- URL: https://github.com/jereinhardt/job_bot_app
- Owner: jereinhardt
- Created: 2018-08-11T19:16:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:45:52.000Z (about 2 years ago)
- Last Synced: 2024-10-15T19:43:17.266Z (4 months ago)
- Language: HTML
- Homepage: https://bruised-distant-joey.gigalixirapp.com/
- Size: 26.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://bruised-distant-joey.gigalixirapp.com/).
# 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`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix