shayanfalla / github.fetcher

Service that fetches various github data through the API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github User Fetcher

A simple software that allows the user to fetch GitHub users and save them as favourites if wished.

Before running

For this project, a couple of tools are needed. These are:

How to run the project

Do the following:

  1. Run mvn clean install in the root directory (.../github.fetcher)
  2. Run mvn spring-boot:run in the root directory (.../github.fetcher)
  3. Run yarn install in the webapp folder (.../github.fetcher/webapp)
  4. Once that is done, run yarn start in the webapp folder (.../github.fetcher/webapp)

If these steps have been followed correctly without any errors, a webpage with the url localhost:8080 should pop of with the service.

Enjoy!

About

Service that fetches various github data through the API


Languages

Language:JavaScript 56.3%Language:Java 31.1%Language:HTML 8.1%Language:CSS 4.4%