Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbashia/github_search_app
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
https://github.com/mbashia/github_search_app
deployment elixir finch flyio liveview mox phoenix
Last synced: 23 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/mbashia/github_search_app
- Owner: mbashia
- Created: 2024-09-06T13:05:21.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T15:17:10.000Z (2 months ago)
- Last Synced: 2024-12-04T16:27:36.149Z (2 months ago)
- Topics: deployment, elixir, finch, flyio, liveview, mox, phoenix
- Language: Elixir
- Homepage: https://victormbashia-devfinder.fly.dev/search
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix