Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 545 Bytes

image

[Update] I'm developing the Spring Backend at repo below, you can clone and run alongside with this JavaFx project

Required

  • JDK18
  • Maven
  • Docker (run with local development)
docker-compose up -d
# verify connection
mysql -h 127.0.0.1 -P 3307 -u lcaohoanq -p
use snake_game_app;
select * from users;
  • MySQL:
  • DB_USER=lcaohoanq
  • DB_PASSWORD=Luucaohoang1604^^