# About DTA Banking programm: This is a school project designed to simulate a mock banking system. ## How to launch the program: 1. Install Node.js * Use version v24.11.0 (LTS) or newer * Recomend installing prebuilt Node.js for windows running x64 architecture. 2. Use the following add-ons for node.js: * npm install express * npm install mysql2 * npm install cors * npm install body-parser * npm install express-session 3. Use the following command to launch the programm * node server.js 4. Make sure you have XAMPP installed and opened. * Start MySQL 5. Open browser and go to http://localhost:3000 ## About AI use: 1. AI was used for API. 2. It was used to make specific tweaks for design and layout. For example creating specific grids. 3. It was used to make correct folder structure. 4. It was used to correctly structure css and js files. * For example, every page has dedicated css and js file, and combined designs share one css and js file.