An open API service indexing awesome lists of open source software.

https://github.com/ttskch/symfony4-doctrine2-user-following-feature-sample

Sample app with user following feature implemented with Symfony4 + Doctrine2
https://github.com/ttskch/symfony4-doctrine2-user-following-feature-sample

doctrine doctrine2 follower following symfony symfony4

Last synced: 3 months ago
JSON representation

Sample app with user following feature implemented with Symfony4 + Doctrine2

Awesome Lists containing this project

README

          

# symfony4-doctrine2-user-following-feature-sample

**Sample app with user following feature implemented with Symfony4 + Doctrine2**

![](https://i.gyazo.com/d2b1592b53d0ef794f5c469bd7c4eb78.gif)

## Live demo

👉 http://symfony4-doctrine2-user-follow.herokuapp.com

## Usage for local trying

```
$ git clone git@github.com:ttskch/symfony4-doctrine2-user-following-feature-sample.git sample
$ cd sample
$ composer install
$ php -S localhost:8000 -t public
```

And browse http://localhost:8000