https://github.com/m-nathani/markme
Geocoding Application to mark and save positions on maps.
https://github.com/m-nathani/markme
axios backend boilerplate docker-compose frontend google-geocode-api google-map-react google-maps-api markers mysql places rails5 react redux redux-thunk ruby-on-rails semantic-ui-react starter-kit
Last synced: 12 months ago
JSON representation
Geocoding Application to mark and save positions on maps.
- Host: GitHub
- URL: https://github.com/m-nathani/markme
- Owner: m-nathani
- License: agpl-3.0
- Created: 2019-03-10T11:19:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T10:30:50.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T19:12:11.910Z (about 1 year ago)
- Topics: axios, backend, boilerplate, docker-compose, frontend, google-geocode-api, google-map-react, google-maps-api, markers, mysql, places, rails5, react, redux, redux-thunk, ruby-on-rails, semantic-ui-react, starter-kit
- Language: Ruby
- Homepage: https://mark-me-dude.herokuapp.com/
- Size: 832 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mark Me
React application that shows a map and markers on it. A user should be able to view, create, edit and delete this markers. The second part is to actually build the backend API in Ruby for allowing these CRUD operations for markers.
# Demo
https://mark-me-dude.herokuapp.com/
## Setup
```bash
# clone the repository
λ git clone https://github.com/m-nathani/markme
# change the current directory
λ cd markme/frontend
λ docker-compose up --build
λ cd markme/backend
λ docker-compose up --build
```