Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 455 Bytes

transaction-acquiring-server

Installation guide

  • git clone https://github.com/DorofeevMark/transaction-acquiring-server.git
  • mvn install
  • sudo mysql --password
  • create database TransactionAcquiring;
  • create user 'springuser'@'%' identified by 'ThePassword';
  • grant all on TransactionAcquiring.* to 'springuser'@'%';
  • run db.sql scripts
  • ./mvnw spring-boot:run
  • Run https://github.com/DorofeevMark/transaction-acquiring-client