A job board application using Phoenix Framework
- 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
- Ability to send CV from the job page.
- Job to archive expired posts
- Blogs
- Report Post
- 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.
- Author URL: http://johndavedecano.me
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix