- π About the Project
- π» Getting Started
- π₯ Author
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
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.
Client
Database
- Google Maps
- Mapbox
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/Geolocation.git
cd Geolocationusing an SSH key:
git clone git@github.com:ElsonOtake/Geolocation.git
cd Geolocationusing GitHub CLI:
git clone gh repo clone ElsonOtake/Geolocation
cd GeolocationFill in the environment variables
DATABASE_USERNAME=postgres_username
DATABASE_PASSWORD=postgres_password
MAPBOX_ACCESS_TOKEN=mapbox_access_tokenFill 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:seedTo run the project, execute the following command:
bin/devOpen http://localhost:3000/ on your browser.
To run tests, run the following command:
π€ Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
- Deploy the live demo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
I would like to thank:
This project is MIT licensed.