Skip to content

tobiaslafleur/mathtrainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4343d7 · Apr 24, 2022

History

71 Commits
Mar 14, 2022
Apr 24, 2022
Feb 3, 2022
Mar 18, 2022
Mar 18, 2022
Mar 18, 2022

Repository files navigation

mathtrainer

How to run

  1. Clone the repository

    Screenshot

  2. Open the cloned repository with IntelliJ IDEA

  3. Go to File -> Project Structure -> Project, and set the project SDK to java version 17 (In the case you are using an older or newer version of java you need to change a configuration in the pom.xml file, change "source" and "target" to your version of java as shown in the image below, after updating the fields makes sure you refresh the maven as prompted in the text editor in IntelliJ IDEA)

    Screenshot

  4. Create a new text file in mathtrainer folder, and name it .env

  5. Copy the lines in the file called envFile(this file will be available in canvas as a separate file) and paste it in the newly created .env file.

  6. Install .env plugins if needed by clicking on "install" on the upper right side of the .env file in IntelliJ

  7. Navigate into src/main/java/server and run Server.java to start the server.

  8. When the server is running navigate into src/main/java/client and run Main.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published