- Suppression forgottenPassword/resetPassword (dead code, routes jamais câblées) - Suppression nodemailer (plus utilisé) - Fix destroy() : getById() → read() (bug — méthode inexistante) - Ajout getByNickname() dans UserManager (appelé mais manquant) - README rebrandé Clickerz/Tetardtek - Commentaire legacy WildCoinContext supprimé - SPRINT1.md : ref Xmass nettoyée
B-TetaRdPG
Description
Here is the BACKEND part of TetaRdPG project. It's an basic RPG game. You can make fight againest monster ... and more !
Installation & Start
(Don't forget to use F-TetaRdPG project with)
- git clone https://github.com/Tetardtek/B-TetaRdPG.git
- cd B-TetaRdPG
- Create your own .env file (use env.sample for example)
- npm i
- You have to use npm run db:migrate && npm run db:seed (to create you own DB project)
- npm run dev
License
This project is licensed under the MIT License - see the LICENSE file for details.
Technology
- Node.js - A JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express - A fast, unopinionated, minimalist web framework for Node.js.
- MySQL - An open-source relational database management system.
- Jsonwebtoken - JSON Web Token implementation for Node.js.