A web demo of visualizing path planning developed in google girl hackthon V.
jingjing's experience sharing about google girl hackthon 2019
Front end: Vue.js, Vuetify, Webpack, Nodejs, Javascript, html, css
Back end: Python
Algorithm: C++
-
Open terminal,
git clone [email protected]:Angericky/DeliveryGo.git
-
Install package flask in your python environment by
pip install Flask
. More details go to: flask installation -
python routes.py
orFLASK_APP=hello.py flask run
in 'server' folder path. -
In terminal, cd to 'client' folder path, then
npm run dev
. -
Open your browser(Chrome is recommended), visit 'http://localhost:8081'.
(Tips: make sure your internet ports: 5000 and 8081 are not in use)
A front end back end separation demo, using C++ algorithm by calling python api. I'm so proud that we did it!Lots of thanks to Google and Nowcoder.