Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eric-souzams/github-tag
A simple app to consume Github API.
https://github.com/eric-souzams/github-tag
bootstrap4 github-api laravel laravel-framework
Last synced: about 1 month ago
JSON representation
A simple app to consume Github API.
- Host: GitHub
- URL: https://github.com/eric-souzams/github-tag
- Owner: eric-souzams
- Created: 2022-04-27T16:42:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T16:56:52.000Z (over 2 years ago)
- Last Synced: 2023-11-28T03:28:23.333Z (about 1 year ago)
- Topics: bootstrap4, github-api, laravel, laravel-framework
- Language: PHP
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github TAG
## About
Github TAG is a simple app to consume Github API, and git some information about the user and repositories.
## Routes
```text
Home: http://localhost:8000/
Search: http://localhost:8000/search?username={github_username}
```## Preview
## Database
```sql
table: search_history
id -> int
username -> string
email-> string
avatar_url -> string
profile_url -> string
total_repos -> int
```## Building
You'll need Composer installed on your computer in order to build this app.
```bash
$ git clone https://github.com/eric-souzams/github-tag.git
$ cd github-tag
$ composer install
$ php artisan serve
```
## LicenseThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).