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

https://github.com/daniel-rosiak/symfony4-vue

2018; simple symfony 4 rest api; vue.js frontend
https://github.com/daniel-rosiak/symfony4-vue

poc rest-api symofny4 vue

Last synced: about 2 months ago
JSON representation

2018; simple symfony 4 rest api; vue.js frontend

Awesome Lists containing this project

README

          

# TEST APP

Test application, symfony 4 + VUE.js

## Instalation
```
composer update
```
create '.env' file in root folder of app (eg: .env.dist)
```
yarn
```
```
yarn encore dev
```

## Start application
```
php bin/console server:run
```