Mogshop is virtual command line interface storefront, loosely based around items and currency(gil) that exists in the roleplaying game series, Final Fantasy. Mogshop simulates a storefront in that you have a finite amount of currency that you can then spend on buying several many of the numerous items available in the storefront.
Mogshop was created primarily through Javascript and supplemental packages provided and utillized through Node.js. I also utilized mySQL in order to dynamically store and retrieve the storefront data.
- Clone down repository.
- Install required
Node.jspackages with:$ npm install - Create database/tables defined in
mogshop.sqlin MySQL Workbench. - Run
mogshopOpen.jsviaNode.js.$ node mogshopOpen.js - Buy as many items as you want with your
1,000,000 gilallowance!