All Projects → odarriba → elixir_jobs

odarriba / elixir_jobs

Licence: MIT license
A job board to publish and find Elixir offers.

Programming Languages

elixir
2628 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to elixir jobs

Phoenix Liveview Counter Tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.5.5 + LiveView 0.14.7 ⚡️
Stars: ✭ 115 (+38.55%)
Mutual labels:  phoenix, phoenix-framework
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: ✭ 52 (-37.35%)
Mutual labels:  phoenix, phoenix-framework
Tune
A streamlined Spotify client and browser with a focus on performance and integrations.
Stars: ✭ 166 (+100%)
Mutual labels:  phoenix, phoenix-framework
Phoenixsharp
C# Phoenix Channels client. Unity Compatible.
Stars: ✭ 96 (+15.66%)
Mutual labels:  phoenix, phoenix-framework
gringotts payment
Demo Phoenix app showing gringotts payment library integrations.
Stars: ✭ 24 (-71.08%)
Mutual labels:  phoenix, phoenix-framework
Elixir Companies
A list of companies currently using Elixir in production.
Stars: ✭ 1,475 (+1677.11%)
Mutual labels:  phoenix, phoenix-framework
Realtime
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
Stars: ✭ 4,278 (+5054.22%)
Mutual labels:  phoenix, phoenix-framework
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+1130.12%)
Mutual labels:  phoenix, phoenix-framework
live dj
💿 Join or create video playlists to share a real-time experience with others! 🎧
Stars: ✭ 19 (-77.11%)
Mutual labels:  phoenix, phoenix-framework
zero-to-graphql-using-elixir
The purpose of this example is to provide details as to how one would go about using GraphQL with the Elixir Language.
Stars: ✭ 20 (-75.9%)
Mutual labels:  phoenix, phoenix-framework
Memento
Collect saved items from different sources around the web
Stars: ✭ 89 (+7.23%)
Mutual labels:  phoenix, phoenix-framework
poker ex
Texas Hold 'Em app written in Elixir with Phoenix and OTP
Stars: ✭ 58 (-30.12%)
Mutual labels:  phoenix, phoenix-framework
Shorten api tutorial
🔗How to make a link shortener using Elixir, Phoenix and Mnesia
Stars: ✭ 60 (-27.71%)
Mutual labels:  phoenix, phoenix-framework
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-69.88%)
Mutual labels:  phoenix, phoenix-framework
Phoenix In Action
Code snippets and examples from the book Phoenix in Action from Manning and Geoffrey Lessel
Stars: ✭ 60 (-27.71%)
Mutual labels:  phoenix, phoenix-framework
Phoenix And Elm
Example application using Elixir, Phoenix and Elm
Stars: ✭ 188 (+126.51%)
Mutual labels:  phoenix, phoenix-framework
Awesome Phoenix
🔥 Collection of awesome open-source apps made with Phoenix Framework
Stars: ✭ 481 (+479.52%)
Mutual labels:  phoenix, phoenix-framework
Guardian auth
The Guardian Authentication Implementation Using Ecto/Postgresql Elixir Phoenix [ User Authentication ]
Stars: ✭ 15 (-81.93%)
Mutual labels:  phoenix, phoenix-framework
pokerex client
Elm client for PokerEx project
Stars: ✭ 39 (-53.01%)
Mutual labels:  phoenix, phoenix-framework
phoenix-liveview-15m.twitter
Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord
Stars: ✭ 40 (-51.81%)
Mutual labels:  phoenix, phoenix-framework

Elixir Jobs

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: [email protected] / 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].