Giter Site home page Giter Site logo

bantas / ig-master2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joxit/ig-master2

0.0 0.0 0.0 2.94 MB

Supports pour le cours des master 2 informatique de l'Insitut Galilée

Home Page: https://joxit.github.io/IG-Master2

Java 29.15% TeX 24.93% JavaScript 3.78% HTML 3.26% CSS 3.56% Shell 0.38% Ruby 0.15% Dockerfile 0.48% Kotlin 7.61% TSQL 26.70%

ig-master2's Introduction

IG-Master2 - Langages et Environements Évolués

Supports pour le cours des master 2 informatique de l'Insitut Galilée

Lien du TP1: https://lipn.univ-paris13.fr/~breuvart/LEE/TP1.pdf

Prérequis:

TP1: Pizzaria sous JEE Spring et API REST

  1. Pour lancer votre base de données (ici ça sera MySQL) :

docker-compose up -d mysql-db

  1. Utilisation du backend :

    1. Build du projet avec gradle :

    cd backend && ./gradlew clean build; cd -

    1. Lancer le backend :

    docker-compose up --build servlet vertx

  2. Build de l'interface utilisateur :

    1. Build du projet avec npm (le site se trouvera dans dist)

    npm run build

    1. Lancer le frontend :

    docker-compose up -d --build ui

  3. Pour utiliser l'interface utilisateur, il faut mettre comme query param http://127.0.0.1/?url=http://127.0.0.1:8080 par exemple.

ig-master2's People

Contributors

joxit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.