This application is a web based RPG Fighting game. Users are able to create a fighter which is saved in a MySQL database. Users are initially directed to a landing page which diplays the current top 5 fighters using handlebars.js. User can then either login or create a fighter. After users are redirected to the "ring" where they fight another user creater character (So even if you are not actively on the site playing your character can still gain experience).
It is suggested you use the "npm install" command
- and
- body-parser
- chai
- express
- express-handlebars
- handlebars
- handlebars-helpers
- mocha
- mysql2
- nodemon
- request
- supertest
- negotiator