Skip to content

KKowalewski24/KnightsTour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnightsTour

The repository contains a web application that solves The Knight's Tour problem

Required Software

How to run

  • Clone the repository
  • Automatic Way (Only for Windows users)
    • Open new terminal
    • Go to /script and type python main.py -b to make yarn install
    • Then type python main.py -r to start backend and frontend

OR

  • Manual Way
    • Open new terminal
    • Go to /backend and type
      • Windows mvnw.cmd spring-boot:run
      • Linux ./mvnw spring-boot:run
    • Open new terminal
    • Go to /fronted and type yarn start