Skip to content

milkeshaa/github-api

Repository files navigation

GitHub API Challenge

This is a repository containing GitHub API Challenge.

Clone it and start using it.

Start the services

  • Clone repository to your working directory.
  • Create .env file with your GitHub username and Access Token. Take a look at .env.example.
  • Run the following command to make services up and running:
        $ docker-compose up -d --build
  • To start using the App run the following command:
        $ docker-compose exec php-fpm composer install
  • To run "create repository" CLI command run the following command:
        $ docker-compose exec php-fpm composer create-repo -- --name=NewRepoName
  • To run "delete repository" CLI command run the following command:
        $ docker-compose exec php-fpm composer delete-repo -- --name=NewRepoName
        $ docker-compose exec php-fpm composer test
  • You can try navigate to any other URL (even root) to see beautiful 404 page :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published