BANK OF WASSERSTEIN is a demonstration banking application that allows users to create checking, savings, and investing accounts, submit deposits and withdrawals, and transfer money to other users. It’s a single page, fullstack application that uses React and Redux on the frontend and Node.js, Express, and MongoDB on the backend. The frontend is served by GitHub Pages and the backend runs on Heroku with a managed database provided by MongoDB Atlas. It was designed using Figma. This repository holds the backend code.
Run this project locally with node index.js
. If the environment variable MONGODB_URI
is set, it will connect to that URI as its database; otherwise, it will try to connect to MongoDB locally.
This project is currently deployed on Heroku and can be found here: https://[email protected].
The frontend code can be found here: https://github.com/jwasserstein/bank-of-wasserstein-frontend.