/devfinder

A GitHub user search application written in Elixir and styled with Tailwind CSS

Primary LanguageElixir

Devfinder

This is a GitHub user search application. You search for a user and if found, their profile is returned.

Built with: Elixir, Phoenix LiveView & Tailwind CSS

Technologies used:

  • Elixir 1.14.2-otp-25
  • Phoenix 1.6.13
  • Phoenix LiveView 0.17.5
  • Postgres 15
  • Tailwind CSS

To start the application:

  • Clone the repo
  • Install dependencies with mix deps.get
  • Setup your database with mix ecto.setup
  • Start the application with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.