Skip to content

dawnwages/TheUltimateGame

Repository files navigation

TheUltimateGame

As it's name suggests, this is the ultimate JavaScript RPG: A quest for love, for loyalty, for redemption.

Downloading This Application

To use this application:

  1. Ensure that Node.js, npm, and MySQL are installed on your machine. For instructions, see the Technologies Used section below.
  • Next, clone this repo to your local machine:
git clone git@github.com:stoversa/TheUltimateGame.git
  1. Open the repo and execute in the bash terminal. Doing so should install the cTable, inquirer, and MySQL npm packages:
npm i
  1. Open up MySQL in the terminal:
mysql -u root -p
  1. Enter the following command to create your database:
source schema.sql
  1. Exit MySQL
exit
  1. Update the config.json file with your MySQL database credentials. Failing to do this will not allow the application to run properly.

  2. Run the application from the command line:

node server.js

About

As it's name suggests, this is the ultimate JavaScript RPG: A quest for love, for loyalty, for redemption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published