This repository contains a banking application for the Software Development Test Engineer (SDET) technical interview.
Please see CHALLENGE.md for complete instructions and requirements.
# Install dependencies
npm install
# Start the application
npm run dev
# Open http://localhost:3000npm run dev- Start development servernpm run build- Build for productionnpm run db:list-users- List all users in databasenpm run db:clear- Clear all database datanpm test- Run tests (you'll need to configure this)
Good luck with the challenge!