This is the backend server for the Brilliant Banking application. No code changes need to be made to this. Just follow the instructions below to get started, then refer to the UI repo for further instructions.
- Ensure you have node 14+ installed
- Clone this repo
- Run
npm i
- Run
npm start
- The server will now be running locally on port
8080
- Refer to the brilliant-banking-ui-challenge for further instructions