- 📖 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 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
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
To run the project, execute the following command:
bin/dev
Open 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.