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

https://github.com/edertxodev/sfnamaste

Symfony 4 boilerplate
https://github.com/edertxodev/sfnamaste

boilerplate docker docker-compose graphql sfdocker symfony4

Last synced: 2 months ago
JSON representation

Symfony 4 boilerplate

Awesome Lists containing this project

README

          

sfNamaste





Symfony 4
Docker
lopezator/sfdocker
GraphQL

Symfony 4 application boilerplate ready to use with Docker

Features

## Prerequisites
- [Docker](https://www.docker.com/) and [Docker compose](https://docs.docker.com/compose/) installed

## Installation

- Clone repository:
```bash
$ git clone https://github.com/edertxodw/sfNamaste
```
- Configure sfdocker:
```bash
$ ./sfdocker config
```
> **Default configuration:**

> Container: php-fpm

> User: www-data
- Build:
```bash
$ ./sfdocker build
```
- Install dependencies:
```bash
$ ./sfdocker yarn install
```
- Create database tables:
```bash
$ ./sfdocker console doctrine:schema:update --force
```

## Tweets

**sfNamaste** comes with a CRUD example entity. You can write
yor own __tweets__ from the example page at `http://localhost:3000/tweets`

## GraphQL

Integrates [overblog/GraphQLBundle(v 0.10)](https://github.com/overblog/GraphQLBundle/tree/0.10)
so you can create a **GraphQL** based query API.