Skip to content

EricSchles/refugee_safe_route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter

Refugee Safe Route

The goal of this project is to make google maps for refugees where red means unsafe and green means safe. Rather than being a reference to speed of travel, it is a reference to safety of travel.

##Creating our database

For this project we will be creating a postgres database! How to set up postgres:

createuser -P -s -e -d hackathon_user
#password is 1234
createdb refugee_safe_route -U hackathon_user
#making sure the user and database 

map_app : username$ python init_db.py

map_app : username$ python manage.py db init
map_app : username$ python manage.py db migrate
map_app : username$ python manage.py db upgrade

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •