Skip to content

lixinlu1997/Elena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elena

The final project of CS520. This is a navigation systems optimize for the shortest or fastest route. Please check our Design document and User Manual for more details.

Dependencies

python = 3.7
flask
OSMnx(https://github.com/gboeing/osmnx)

Usage

Under the root directory, run:

flask run

and use browser to visit: http://127.0.0.1:5000/

Test

Use this command to change the permission for scripts

chmod 777 scripts/foo.sh

Run tests with ./scripts/test.sh script. No parameter will run all tests and you could give a directory to run the tests inside a folder. e.g.:

# run all tests
./scripts/test.sh

# run model tests
./scripts/test.sh tests/model

# run front end tests
./scripts/test.sh tests/flask

About

The final project of CS520.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •