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.
 
 
 
sebastien.cassan@geomod.fr 81d66c2609 chore: update versions of libraries 1 year ago
configuration fix: port exposed 1 year ago
controllers fix: port exposed 1 year ago
dao feat: add firestone management 1 year ago
database fix: port exposed 1 year ago
error chore: first commit 1 year ago
routes fix: port exposed 1 year ago
services fix: port exposed 1 year ago
.dockerignore chore: first commit 1 year ago
.gitignore chore: first commit 1 year ago
.sequelizerc chore: first commit 1 year ago
Dockerfile fix: port exposed 1 year ago
README.md fix: README 1 year ago
docker-entrypoint.sh chore: first commit 1 year ago
package-lock.json chore: update versions of libraries 1 year ago
package.json chore: update versions of libraries 1 year ago
server.js chore: update versions of libraries 1 year ago
webpack.config.js chore: first commit 1 year ago

README.md

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