An open API service indexing awesome lists of open source software.

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.

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
```