Skip to content

A job board application built using Elixir and Phoenix Framework.

License

Notifications You must be signed in to change notification settings

johndavedecano/CoderJobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published