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

https://github.com/cvilleger/quipayesoncoup

Payer les bières. A qui le tour ?
https://github.com/cvilleger/quipayesoncoup

Last synced: 2 months ago
JSON representation

Payer les bières. A qui le tour ?

Awesome Lists containing this project

README

        

Qui Paye Son Coup
=========

A Symfony project.

[![Build Status](https://travis-ci.org/ChristopheVilleger/QuiPayeSonCoup.svg?branch=master)](https://travis-ci.org/ChristopheVilleger/QuiPayeSonCoup)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/5f949ce6-1c00-4169-bbb2-871a3ddb6657/small.png)](https://insight.sensiolabs.com/projects/5f949ce6-1c00-4169-bbb2-871a3ddb6657)

Installation :
- Composer install :
`php composer.phar install`
- Create Database :
`php app/console doctrine:database:create`
- Update schema :
`php app/console doctrine:schema:update --force`
- Fixtures (will erase all data):
`php app/console doctrine:fixtures:load`