Skip to content

An Elixir Job Board web app. Uses Phoenix LiveView, DaisyUI, and Ecto.

Notifications You must be signed in to change notification settings

ZaneH-YT/job_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobBoard

An Elixir Job Board web app. Uses Phoenix LiveView, DaisyUI, and Ecto.

Setup

$ git clone [email protected]:ZaneH-YT/job_board.git
$ cd job_board
$ mix deps.get
$ mix ecto.create # check ./config/dev.exs
$ mix ecto.migrate

Seed Data

This will populate the database with dummy (seed) data.

$ mix run ./priv/repo/seeds.exs

Run

$ iex -S mix phx.server # or
$ mix phx.server
  • Open browser to localhost:4000