ElixirJobs is a job board based in Elixir + Phoenix.
- Erlang 20.0
- Elixir 1.5.1
- Phoenix 1.3.0 (with contexts!)
- PostgreSQl
Some of the versions are set on .tool_versions
file, so you can use it with asdf version manager
The project should be installed and set up like any other elixir project.
$ cd elixir_jobs
$ mix deps.get
$ mix ecto.create
$ mix ecto.migrate
You might encounter some errors about the secrets files. That's because you need to copy the template files under ./config
and personalise them with your local configuration.
Also, assets now live on ./assets
, so NPM and brunch configurations are there.
The project has the model of Administrators, which take care of approving the offers before showing them on the site.
You can create a dummy administration user (credetials: dummy@user.com / 123456) using the seeds:
$ mix run priv/repo/seeds.exs
Some things are missing yet:
- More and better testing
- Check Credo
Thanks to anyone which has contributed or it's going to contribute this project. No, seriously, you are awesome.
Some of our contributors:
Also, special thanks to :
-
@rrrene for his awesome job with ElixirStatus, which was the base at the beginning of this project.
-
@carloscabo for his pure-css-select-style repository.
All contributions are welcome, and we really hope this repo will serve for beginners as well for more advanced developers.
If you have any doubt, feel free to ask, but always respecting our Code of Conduct.
To contribute, create a fork of the repository, make your changes and create a PR. And remember, talking on PRs/issues is a must!