Skip to content

SAE-IUT/sae5.01-gestion_vacataires-API

Repository files navigation

Instructions de démarrage (node js)

npm install
npm start

Instructions de démarrage (Docker)

docker build -t saeapi .
docker run -p 3000:3000 saeapi