Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
/ github-repos-api Public archive

small application that queries GitHub's API and returns 500 repos with the topic "php"(https://developer.github.com/v3/search/#search-repositories)

Notifications You must be signed in to change notification settings

fzldn/github-repos-api

Repository files navigation

Github Repo API

Small application that queries GitHub's API and returns 500 repos with the topic "php" (https://developer.github.com/v3/search/#search-repositories)

How to run on your local

Using Docker (recommended)

Before you run this app using docker, you must have docker on your local. see this for installing docker on your local machine

After you installing docker on your local, follow these commands below:

  1. build and run using docker-compose
    docker-compose up -d --build
    
  2. install dependencies
    docker-compose exec app composer install
    

Using Local Development Server

  1. install dependencies
    composer install
    
  2. run local development server
    php artisan serve
    

API Documentation

API documentation is using swagger and can be accessed at http://localhost:8000/api/documentation

About

small application that queries GitHub's API and returns 500 repos with the topic "php"(https://developer.github.com/v3/search/#search-repositories)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages