SuperParty

An amazing project by Claude Dioudonnat and Christophe Poulette

View project onGitHub

SuperParty developed by Claude Dioudonnat and Christophe Poulette for the PHP practicals supervised by Julien Muetton and William Durand.

HTML / CSS / Javascripts

Extensions included

Installation

Run these two commands to install it:

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --dev --prefer-source

Configure database access in config/prod.php.

Install the database:

$ mysql -u<user> -p<password> <database> < config/schema.sql

If you want, there is a set of datas in datas/project.sql.

And if you use the application in localhost with a port, configure the port in src/app.php on line 19.

Administration login : admin/foo

License

SuperParty is released under the MIT License. See the bundled LICENSE file for details.