Skip to content

sassela/cbf-js-fraud-detection

Repository files navigation

Coding Black Females Academy: Fraud detection app

Preview the application

The application is deployed via Heroku to https://js-fraud-detection-7db71b7874dc.herokuapp.com/. It's updated and redeployed on changes to the main branch.

Prerequisites

  • Node.js v20.0.0+ and npm. Both are downloadable from https://nodejs.org/en
  • request access to the .env file, containing ElasticSearch Cloud credentials from @sassela

Getting started

From the cbf-js-fraud-detection directory...

  1. start the application: npm run dev
  2. open your browser to view the application at http://localhost:3000

Testing

From the cbf-js-fraud-detection directory...

run server tests

cd server
npm test # includes test coverage

run client tests

cd client
npm test

npm run test:coverage # to see test coverage

Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published