Skip to content

m-nathani/markme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Murtaza Nathani
Mar 27, 2019
3a8f5cc · Mar 27, 2019

History

22 Commits
Mar 13, 2019
Mar 13, 2019
Mar 13, 2019
Mar 27, 2019
Mar 13, 2019

Repository files navigation

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