Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 517 Bytes

File metadata and controls

29 lines (21 loc) · 517 Bytes

social-faker

a mock gnu/social server for testing federation APIs.

In active development, not all api endpoints are implemented yet.

Install

$ git clone https://github.com/socialnode-org/social-faker.git
$ composer install
$ cp .env.example .env && php artisan key:generate

Edit .env, add database credentials, ect

$ php artisan migrate
$ php artisan dev:generate

Open up your browser and navigate to /api/statuses/public_timeline.json