Add initial version of dijkstra backend cloudron image

This commit is contained in:
2020-10-12 11:27:15 +02:00
commit 4f5db9ab26
4209 changed files with 448228 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# dijkstra-backend
Find the the shortest path between different cities in Belgium with Dijkstra algorithm.
This is the cloudron app version.
- Deployed Frontend: https://dijkstra.ruihildt.xyz/
- Deployed Backend: https://dijkstra-backend.ruihildt.xyz
- Frontend Source: https://git.ruihildt.xyz/ruihildt/dijkstra-frontend
- Backend Source: https://git.ruihildt.xyz/ruihildt/dijkstra-backend