[Update] I'm developing the Spring Backend at repo below, you can clone and run alongside with this JavaFx project
- 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^^