Silverazz / concours-photo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

concours-photo

Projet pour l'UE programmation web à l'Université de Bordeaux.

Installation du projet

  • Build front in /front : ng build --prod
  • Build back in /back : mvn package, or with intellij Build/Build Artifact... > back:war > build
  • Start the project in / with docker-compose up (or docker-compose up --force-recreate --build to update the containers)
  • To reset the database, add --renew-anon-volumes in the docker-compose command.

About

License:MIT License


Languages

Language:Java 47.0%Language:TypeScript 25.2%Language:CSS 15.4%Language:HTML 11.1%Language:JavaScript 0.6%Language:SCSS 0.6%Language:Dockerfile 0.1%