Skip to content

REST api service that searches all not forks repositories by user name

License

Notifications You must be signed in to change notification settings

Ruslan-Tymoshchuk/GitHub-Repositories-REST-Api

Repository files navigation

GitHub-Repositories-REST-Api

http://localhost:8080/api/v1/repositories/{user_name} this link to search repositories

You will got the JSON with not forks repositories in a response with: user name, repository name and branches with last commit sha

Simple run in docker container by using command docker compose up -d