Click here to see the live deployment.
Welcome to the JasminRPG. This website was developed to to be a rpg site. Once on the site you will be able to create a character. Once that character is created it is put on an adventure. While on the adventure the player will get prompts to enter text as they play. You will be provided with several choices of skills, spells, active powers and wearable equipment such as armors and weapons. The Fight Pit page will give you an opppurtunity to battle against other characters. You will be able to battle using XP points to fight against your enemy.
- HTML
- JavaScript
- MySQL & MySQL Workbench
- Bootstrap
- Node and npm
- Visual Studio Code
- cmder
-
- Start by entering the following in your terminal:
Git clone
- Start by entering the following in your terminal:
-
- Change directory to
Jasmine-RPG
and enternpm install
into your terminal. This will install all package dependencies.
- Change directory to
-
- Add node_modules to .gitignore.
-
- Create a
config.js
file based on the template here. - If file
config.js
is created in another location other than the parent folder, remember to updateserver.js
const credentials = require('./config')
with the new relative path. - Replace
<ID>
in theuser
andpassword
fields inconfig.js
with the credential information for the database.
- Create a
-
- Copy Database and Table setup from
./models/schema.sql
- Paste into MySQL Workbench and execute.
- Copy Database and Table setup from
- Start the application by running
npm start
HTML JavaScript Jquery CSS MYSQL
JS/MYSQL/- Calvin Freese & Billy Sheehan HTML/Page Structure-Foos Mahamud UI/UX- Liban Esse
License MIT © 2020 Team Jasmine (Foos Mahamud, Liban Esse, Billy Sheehan, and Calvin Freese)