Skip to content

A GitHub user search app was developed using Elixir, Phoenix, and LiveView. The app enables users to input a GitHub username and retrieve the corresponding profile by interacting with the GitHub API. Finch was used as the HTTP client to manage API requests, while Mox was employed to mock the API interactions during testing. Deployed on Fly

Notifications You must be signed in to change notification settings

mbashia/github_search_app

Repository files navigation

GithubSearchApp

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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.

Ready to run in production? Please check our deployment guides.

Learn more

About

A GitHub user search app was developed using Elixir, Phoenix, and LiveView. The app enables users to input a GitHub username and retrieve the corresponding profile by interacting with the GitHub API. Finch was used as the HTTP client to manage API requests, while Mox was employed to mock the API interactions during testing. Deployed on Fly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published