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.js
to your PostgreSQL url.
// PostgreSQL
var conString = ...;
- Execute commands.
# In project root
npm i
npm update
npm run start
This project is discontinued. However pull requests and issues will still be accepted.