Bank Accounts project in Node.js and Express
Before you can run the project, you'll need to setup your database with the following command:
npm setup
When running tests make sure that your server (in another terminal window or tab) is running in test mode with the following command:
npm start-test