/github-users

NodeJs and VueJS example using Github API

Primary LanguageVue

Github Users

It is a small project to list Github users integrating to Github's public API.

It consists of a backend in Node and a frontend in VueJs.

To run server locally

# install server dependencies:
npm install

# run server locally
npm start

# check on browser:
http://localhost:3000