Skip to content

Laravel REST API that from the ZIP requested by the user to Instagram returns the unfollwers and fans.

Notifications You must be signed in to change notification settings

axlkun/API-Unfollowers

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

API-Unfollowers

Laravel 10 REST-API processes an user's request, which includes a ZIP file containing user data requested to Instagram. The API returns the list of users who are not following the requesting user back, as well as the list of users whom the requesting user does not follow back.

Installation

  composer install

Set Environment

  cp .env.example .env

Set the application key

  php artisan key:generate

Run migrations

  php artisan migrate

Run Start Application

  php artisan serve

Documentation

Documentation

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Laravel REST API that from the ZIP requested by the user to Instagram returns the unfollwers and fans.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published