The app is developed using Flask(Python micro framework) and Vuejs the coolest & lightest javascript framework for front End. Backend API uses GitHub official API to get the user's data and saves it to database. It analyzes the data to generate the insights about GitHub followers and unfollowers.
# Clone this repository
git clone https://github.com/rawheel/MyUnfollowers-App.git
# Go into the repository
cd MyUnfollowers-App
# Install dependencies
npm install
# Start a local dev server
npm run serve