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.
- This project requires Node 6 and NPM 3.10 or greater.
-
Clone the project.
-
Point
index.jsto your PostgreSQL url.
// PostgreSQL
var conString = ...;- Execute commands.
# In project root
npm i
npm update
npm run startThis project is discontinued. However pull requests and issues will still be accepted.