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

https://github.com/scaytrase/symfony-sample

Sample symfony app for learning purposes
https://github.com/scaytrase/symfony-sample

Last synced: about 2 months ago
JSON representation

Sample symfony app for learning purposes

Awesome Lists containing this project

README

        

# symfony-sample
Sample symfony app for learning purposes

## Run

```
git clone https://github.com/scaytrase/symfony-sample.git
cd symfony-sample
composer install
php bin/console server:run 0.0.0.0:8000
```