Skip to content

CUBES1/E-Citoyen

Repository files navigation


Logo

E-Citoyen

Projet Cube1


Table des matières
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Le projet est scaffold avec pour front-end ReactJS.
Le backend utilisé est AspNet avec dotnet5.
Identity est utilisé pour générer les pages liées à identity.

(Revenir en haut)

Built With

(Revenir en haut)

Getting Started

Prerequisites

Avoir sur son poste de travail NodeJS et Dotnet 5.0

Installation

  1. Clone le repo
    git clone https://github.com/CUBES1/E-Citoyen.git
    
  2. Install NPM packages
    cd ASP.NETCoreWebApplication/ClientApp && npm install
    
  3. Changer la terminaison de la base de données dans Startup.cs, ligne 32
    Configuration.GetConnectionString("NomDeLaConnexionConfigDansAppSettings")));
    

Executer

  1. Se rendre à la racine du projet, dans le dossier ASASP.NETCoreWebApplication
    cd ASP.NETCoreWebApplication
    
  2. Lancer le projet
    dotnet run
    

(Revenir en haut)

Contact

Noé Dubois - Github Account

Maxime Leroy - Github Account

Killian Dantan - Github Account

Axel Regimbal - Github Account

Liens du projet: https://github.com/CUBES1/E-Citoyen

(Revenir en haut)