You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

353 B

suivi-loot-wow-api

API pour le suivi de loot sur WoW

Installation et mise en route

Installation du projet, avec node et npm Bien penser à editer le fichier "configuration/server.config.js" afin que la base en dev soit correctement pointée

  npm install
  npx sequelize-cli db:migrate
  npx sequelize-cli db:seed:all
  npm run dev