johndavedecano / CoderJobs

A job board application built using Elixir and Phoenix Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoderJobs

A job board application using Phoenix Framework

My Image

Features

  • Registration, Login, Forgot Password, Reset Password
  • Manage Jobs, Search, Create, Update, Delete
  • Mailchimp newsletter form
  • Static Pages
  • RichText Editor for job description
  • Company public profile

Milestone

  • Ability to send CV from the job page.
  • Job to archive expired posts
  • Blogs
  • Report Post

Development

  • Edit .env.example with your own configs and save it as .env.
  • Then apply env variables to your system source .env
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Build brunch node_modules/.bin/brunch build
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

A job board application built using Elixir and Phoenix Framework.

License:MIT License


Languages

Language:Elixir 57.1%Language:HTML 38.1%Language:JavaScript 3.4%Language:CSS 1.4%