Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 527 Bytes

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

  # 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