Skip to content

nebez/algolia-app

Repository files navigation

Algolia example application

Build Status Coverage Status

Front-end preview

Installation

  1. Clone the repository
    • git clone https://github.com/nebez/algolia-app
  2. Move into the project and install the dependencies
    • cd algolia-app
    • composer install
  3. Create an .env file for your application credentials
    • cp .env.example .env

Test suite / code coverage

You can start the test suite by running composer test. This command also produces an HTML code coverage report in ./report.

Running the server

Run the command below from the project root (not the /public folder) and browse to localhost:8080

php -S 0.0.0.0:8080 -t public/ public/server.php

About

Sample custom PHP MVC application and Algolia front-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published