/DeliveryGo

A web app demo of visualizing path planning.

Primary LanguageJavaScript

DeliveryGo

Description

A web demo of visualizing path planning developed in google girl hackthon V.

personal thoughts

jingjing's experience sharing about google girl hackthon 2019

Language

Front end: Vue.js, Vuetify, Webpack, Nodejs, Javascript, html, css

Back end: Python

Algorithm: C++

Install:

  1. Open terminal, git clone git@github.com:Angericky/DeliveryGo.git

  2. Install package flask in your python environment by pip install Flask. More details go to: flask installation

  3. python routes.py or FLASK_APP=hello.py flask run in 'server' folder path.

  4. In terminal, cd to 'client' folder path, then npm run dev.

  5. Open your browser(Chrome is recommended), visit 'http://localhost:8081'.

(Tips: make sure your internet ports: 5000 and 8081 are not in use)

UI

outlook

A front end back end separation demo, using C++ algorithm by calling python api. I'm so proud that we did it!

Special thanks

Lots of thanks to Google and Nowcoder.