Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 235 Bytes

This project is example of API, that can create Facebook posts, based on Laravel framework.

JWT was used to authorize.

Deployment:

  • git clone
  • composer install
  • copy .env.example to .env and set parameters.
  • php artisan migrate