/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.

Primary LanguageRuby

📗 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)