/elixir_jobs

A job board to publish and find Elixir offers.

Primary LanguageElixirMIT LicenseMIT

Elixir Jobs

Elixir Jobs is a job board based in Elixir + Phoenix.

Technologies used

  1. Erlang 20.0
  2. Elixir 1.5.1
  3. Phoenix 1.3.0 (with contexts!)
  4. PostgreSQl

Some of the versions are set on .tool_versions file, so you can use it with asdf version manager

Start the project

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.

Users

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

TODO

Some things are missing yet:

  1. More and better testing
  2. Check Credo

Thanks

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 :

Contribute

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!