3 changed files with 17 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||||||
|
# suivi-loot-wow-api |
||||||
|
|
||||||
|
API pour le suivi de loot sur WoW |
||||||
|
|
||||||
|
|
||||||
|
## Installation et mise en route |
||||||
|
|
||||||
|
Installation du projet, avec node et npm |
||||||
|
|
||||||
|
```bash |
||||||
|
npm install |
||||||
|
npx sequelize-cli db:migrate |
||||||
|
npx sequelize-cli db:seed:all |
||||||
|
npm run dev |
||||||
|
``` |
||||||
Loading…
Reference in new issue