samiron / java-backend-rehearse

MIT License
0 stars 1 forks source link

installing required tools: maven, git, Intellij, DBeaver #2

Open mbozorgi opened 2 years ago

samiron commented 2 years ago

Once all the software is installed:

  1. Can you access Git Bash? It will be helpful if you want to get familiar with Git command lines.
  2. Check you can use maven commands. Run mvn -v in git bash. Refer to Maven in 5 minutes for quick maven fundamentals.
  3. If you have your docker running and postgress container running, then use DBeaver to connect to your database.
mbozorgi commented 2 years ago

tools are installed. have access to Git Bash, confirmed maven version. postgres container is running and used DBeaver to connect to it.