Skip to content

jeremyrncp/moderate-opinions

Repository files navigation

Moderate Opinions

The "Moderate Opinions" is an application created for a technical interview.

Requirements

Installation

Clone this repository

$ git clone https://github.com/jeremyrncp/moderate-opinions

Install application :

$ composer install

Usage

There's no need to configure anything to run the application. If you have installed Symfony binary, run this command:

$ cd moderate-opinions/
$ symfony serve

Then access the application in your browser at the given URL (https://localhost:8000 by default).

If you don't have the Symfony binary installed, run php -S localhost:8000 -t public/ to use the built-in PHP web server or configure a web server like Nginx or Apache to run the application.

Administration is accessible under admin directory, an admin user is provided.

Username : admin Password : admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published