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.
https://mark-me-dude.herokuapp.com/
# 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