/Finance-Games

An interactive game for users with no financial background to learn about financial literacy.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

The Finance Games

An interactive game for users with no financial background to learn about financial literacy. It was presented at UTSC Finance Hacks.

Made in Node.js (with Express, Socket.io, PostgreSQL) and jQuery (with Bootstrap).

Example deployment can be found here.

Table of Contents

How to start

  • This project requires Node 6 and NPM 3.10 or greater.
  1. Clone the project.

  2. Point index.js to your PostgreSQL url.

// PostgreSQL
var conString = ...;
  1. Execute commands.
# In project root
npm i
npm update
npm run start

Contributing

This project is discontinued. However pull requests and issues will still be accepted.