Skip to content

StevenCarre/symfony-exam

 
 

Repository files navigation

symfony-exam

this is a technical test for symfony

Requirements

- Docker
- git
- nothing running on port 8080 and 3307

Installation

build and up docker:

  • build: docker-compose build
  • up: docker-compose up -d

enter in docker:

docker-compose exec --user www-data app_exam bash

Install project:

make install

Usage

then go to http://localhost:8080

Documentations

rest doc: http://localhost:8080/doc

graphiql doc: http://localhost:8080/graphiql

Exercices

Créer un fork et faire tous les exercices

About

symfony exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.5%
  • Dockerfile 6.5%
  • Shell 5.7%
  • Twig 2.7%
  • Makefile 0.6%