Skip to content

zahrasamiei/footballiApi

Repository files navigation

add tag to starred github repositories

Using this api, you can get user-specific repositories and add tags to them for better identification

Requirement

To use this api, you must already have php and mysql installed on your system

Installation

First clone the code or download it.Then you need to do the following steps.

  • Open the .env file and enter your database settings. These settings are as follows. DB_CONNECTION = mysql DB_HOST = 127.0.0.1 DB_PORT = 3306 DB_DATABASE = github DB_USERNAME = root DB_PASSWORD =
  • Then you need to create project tables with the php artisan migrate command in your database
  • Then you can run the project with the php artisan serve command.
  • You can also get the list of api urls with the php artisan route: list command

Usage

You can see the list of repositories followed by a specific user of GateHub, add tags to repositories for better detection and regular classification.You can delete or edit the tag from the repositories. It is possible to add the tag individually or in multiples to a repository.You can also search for tags based on a part of their name and display repositories that have this tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published