/story

The backend powering devstory.fyi

Primary LanguageElixir

DevStory

The backend powering devstory.fyi

image

Resume's & CV's For Developers

Traditional resume's and CV's don't communicate the evolving work and contributions of developers. Your work history is a story to tell. Find your next role by sharing your DevStory.

Running Locally

  • 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.