Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 1.77 KB

README.md

File metadata and controls

89 lines (65 loc) · 1.77 KB

EXAMPLE HEXAGONAL PROJECT

This app is a API Symfony app containing:

  • a database models & connection PostgreSQL + doctrine
  • a GraphQL API for the React front client.

-> Hexagonal documentation <-

Requirements

  • Symfony CLI
  • Docker

Setup

  • If you already have Symfony CLI locally, you're done!

List all commands for Makefile (& URLs)

make

Installation

make install

Install database

make db.install
make db.fixtures

Linting

make lint

Tests

make test

Run the app

Warning

Don't forget to make install before and init db + fixtures.

Serve symfony

make serve

Stop symfony

make stop

Going further

Urls

Useful tools