Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 991 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 991 Bytes

Welcome to Hero! An app that makes it simple to find and plan activities in London that your kids will love.

Get Started

In order to get setup:

  1. Clone the repo
  2. Bundle install
  3. Add a .env file

========

.env file contents:

  • CLOUDINARY_URL=[add url here]
  • MAPBOX_API_KEY=[add key here]
  • GOOGLEMAPS_API_KEY=[add key here]

========

  1. Run: rails db:create db:migrate db:seed
  2. Run the server - rails s

NB: You’ll need to add the following API keys to get all the features working:

  • CLOUDINARY_URL
  • MAPBOX_API_KEY
  • GOOGLEMAPS_API_KEY

The Tech Stack

Contributing