Skip to content

A simple web app built using Phoenix Framework for learning purposes. Goal: Enable employees within a company to grant each other points as an act of appreciation.

Notifications You must be signed in to change notification settings

1hubert/employee-reward-phoenix-app

Repository files navigation

EmployeeReward

Screenshots

logo

How to start your Phoenix server

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more

Important routes

  • /employee/log_in - Log in as employee
  • /admin/log_in - Log in as admin (password is 12345)
  • /dev/mailbox - Mailbox

About

A simple web app built using Phoenix Framework for learning purposes. Goal: Enable employees within a company to grant each other points as an act of appreciation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages