Skip to content

bechir/courat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Build Status CodeFactor

Online courses website for Mauritanians

Built on top of Symfony 5

The user interface is built with Bootstrap 4

GitHub GitHub

Online Demo

Visit the website

Requirements

Installation

  1. Donwload git (see https://git-scm.com/downloads)

  2. Install Composer (see http://getcomposer.org/download)

  3. Clone the project via Git

    $ git clone https://github.com/bechir/courat.git
    $ cd courat
    $ composer install
    

Usage

There's no need to configure anything to run the application. If you have installed Symfony, run this command and access the application in your browser at the given URL (https://localhost:8000 by default):

$ cd courat/
$ symfony serve

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.

Tests

Execute this command to run tests:

$ cd courat/
$ ./bin/phpunit

Contributing

Contributions Are Welcome! Please see how to contribute page for more details.