I am newbie in web development and trying to use jsprit (https://github.com/graphhopper/jsprit) on my website where I can pass incoming orders location to jsprit and get the optimised path from my current location. I don't know how to install this code on server. Can someone please guide me. (I don't know how to use a code written in Intellij and tested on local server on actual server).
Asked
Active
Viewed 809 times
1 Answers
0
Jsprit library don't have the web interface. It is jsprit is a java based, open source toolkit for solving rich travelling salesman.
There are lots of sample examples are given in Jsprit. You must download latest code from here.
It is maven project so there are pom file given inside jsprit. As you are using Intellij-Idea just open the pom file using Intellij. It will take some time to get dependencies. After that you can open jsprit-examples package and run some examples.
graphhopper have web interface and it uses jsprit
If you want to use jsprit in your website you need to make web interface for this. I am also working on this.
-
Can you please share the architecture or github link for reference? – fool Jun 08 '20 at 06:18