You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sae_2a_anglais/README.md

1.2 KiB

SAE 2A Anglais

This project aims to facilitate the learning of English in the context of higher studies thanks to a website and a mobile application.

Run Locally

Clone the project

  git clone https://codefirst.iut.uca.fr/git/antoine.jourdain/SAE_2A_Anglais.git

Go to the project directory

  cd SAE_2A_Anglais

Follow the following instructions according to your need.

PHP

Switch branch

  git switch php

Go to the php directory

  cd Project/php

Create composer files

  php composer.phar install
  php composer.phar dump-autoload

Launch your apache server and don't forget to execute createdb.sql and defaultinsert.sql on your Local SQL Server before using the site.

Blazor

Switch branch

  git switch blazor

Choose Project/adminBlazor.sln in Visual Studio.
Launch and enjoy the admin app.

Authors