Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

ISTIC-M2-ILa-GM/VideoGen

Repository files navigation

VideoGen

Binômes

  • Gwénolé LE HENAFF
  • Hugo BANNIER

Technologies

  • Spring (back)
  • Angular (front)
  • docker

Projet

Sujet

Démarrer le projet

Pré-requis

Simuler la prod

npm install -g @angular/cli@7.2.3
git clone https://github.com/ISTIC-M2-ILa-GM/VideoGen.git
cd VideoGen/back
# Build le back (spring-boot)
mvn clean package
cd ../front
# Installe l'utilitaire angular-cli
npm install -g @angular/cli@7.2.3
# Récupère les dépendances
npm install 
# Build le front (Angular)
ng build --prod
cd ..
# Démarre le back et le front
docker-compose up

L'application est disponible à l'url : http://localhost