Skip to content

WildCodeSchool/orleans-php-2003-project-coachpeter

Repository files navigation

Project 3 COACH-PETER

Prerequisites

  1. Check composer is installed
  2. Check yarn & node are installed

Install

  1. Clone this project
  2. Run composer install
  3. Run yarn install
  4. Create a copy of env file named env.local
  5. In env.local, go to line #27 and fill informations with your MYSQL data ('DATABASE_URL="mysql://your_mysql_username:[email protected]:3306/your_database_name"')
  6. In env.local, uncomment line #31 for "MAILER_DSN" and fill informations related to your mail
  7. Run php bin/console doctrine:database:create
  8. Run php bin/console doctrine:schema:update --force
  9. Run php bin/console doctrine:fixtures:load

Working

  1. Run symfony server:start to launch your local php web server
  2. Run yarn run dev --watch to launch your local server for assets

Administration panel and user panel

If you want to access to the administration panel as administrator, login with : [email protected] with password adminpassword.

If you want to access to the member panel, login with : [email protected] with password memberpassword.

Built With

Authors

  • Yannice Maladin
  • Emmanuelle Mendels
  • Philippe Naveilhan
  • Kevin Ollivier

License

MIT License

Copyright (c) 2019 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published