Skip to content

didslm/Libri

Repository files navigation

Stories in Ready

Libri

Just clone the app to your working location

  1. Install it via Composer
    php composer install
  2. Create the DB and load the fixtures
    php bin/console doctrine:database:create
  3. Update the schema
    php bin/console doctrine:schema:update --force
  4. Load the fixtures
    php bin/console doctrine:fixtures:load
  5. Run the server
    php bin/console server:run
  6. Go to the Libri App
  • You can access the api documentation by going to /api/v1/doc
  • Join the board to see the Issues Board
  • Also you can access the chat in the Hipchat