User authenticated website that uses Google Maps Places and Javascript APIs to allow users to search for and save their favorite travel destinations on their own Google Map tied to their account Places API: autocomplete functionality, Maps Javascript API: dynamic maps with active markers
After you have cloned this project, be sure to do the following steps:
- run
bundle install
. - run
rails db:create
,rails db:migrate
to establish the database. The starter code automatically usespostgres
, so you don't need to configure it. - run
rails db:seed
- run
rails s -b 0.0.0.0
You should see a homepage on localhost:3000
.