Skip to content

Geolocation comprises a set of tests to better understand the use of maps. Geographic location and map display resources were explored using Google Maps and Mapbox.

Notifications You must be signed in to change notification settings

ElsonOtake/GeoLocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

81 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“— Table of Contents

πŸ“– Geolocation

Geolocation comprises a set of tests to better understand the use of maps. Geographic location and map display resources were explored using Google Maps and Mapbox.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Google Maps
  • Mapbox

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Ruby

Setup

Clone this repository to your desired folder:

using HTTPS:

  git clone https://github.com/ElsonOtake/Geolocation.git
  cd Geolocation

using an SSH key:

  git clone git@github.com:ElsonOtake/Geolocation.git
  cd Geolocation

using GitHub CLI:

  git clone gh repo clone ElsonOtake/Geolocation
  cd Geolocation

Install

Fill in the environment variables

  DATABASE_USERNAME=postgres_username
  DATABASE_PASSWORD=postgres_password
  MAPBOX_ACCESS_TOKEN=mapbox_access_token

Fill in your Google key in the last line of the app/javascript/src/google_maps.js file

Install this project with:

  bundle install
  npm install
  rails db:create db:migrate db:seed

Usage

To run the project, execute the following command:

  bin/dev

Open http://localhost:3000/ on your browser.

Run tests

To run tests, run the following command:

(back to top)

πŸ‘₯ Author

πŸ‘€ Elson Otake

(back to top)

πŸ”­ Future Features

  • Deploy the live demo

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I would like to thank:

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Geolocation comprises a set of tests to better understand the use of maps. Geographic location and map display resources were explored using Google Maps and Mapbox.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published