/elixir_jobs

A job board to publish and find Elixir offers.

Primary LanguageElixirMIT LicenseMIT

Elixir Jobs

Note

This repo will be in read-only mode starting September 1st, 2023
Thanks to everyone who contributed to ElixirJobs 💜

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

Technologies used

  • Erlang
  • Elixir
  • Phoenix
  • NodeJS
  • 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.

Seeds

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

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!