/boards-symfony

Base project for evaluation in the Web framework module

Primary LanguageCSS

boards-symfony

This README outlines the details of collaborating on this Symfony application.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd boards-symfony
  • composer update
  • edit .env file and modify DATABASE_URL variable
  • Run the database creation script (dataBase/projects.sql) on your mariaDb / mysql server

Running / Development