/TUT_AUTO_APPRENTISSAGE

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

TUT_AUTO_APPRENTISSAGE

Documentation service Exercices Documentation service Authentication

Set up

Production

Build the API native image

cd codelab-quarkus
./gradlew build "-Dquarkus.package.type=native"
docker build -f src/main/docker/Dockerfile.native -t quarkus/codelab-quarkus .

Install dependencies of front

cd codelab-nextjs
npm i

Run the docker-compose

cd ..
docker-compose up -d --build

Development

Install dependencies of front

cd codelab-nextjs
npm i

Run the docker-compose

docker-compose -f docker-compose.dev.yml up --build

Evolution

Read this : https://github.com/Inerska/TUT_AUTO_APPRENTISSAGE/blob/Leonarddoo-patch-1/EVOLUTION.md