/js-bank-accounts

Bank Accounts project in Node.js and Express

Primary LanguageJavaScriptISC LicenseISC

js-bank-accounts

Bank Accounts project in Node.js and Express

Setup

Before you can run the project, you'll need to setup your database with the following command:

npm setup

Testing

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