Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 965 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 965 Bytes

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

Source code for this Mapbox API tracking app ✨

Check the live version here ⚡️

home

📦 Made with

  • PostgreSQL DB
  • Bootstrap Styles
  • Mapbox API
  • Acts as Votable gem
  • Geocoder
  • Devise
  • Cloudinary

💻 Getting Started

Make sure you have the latest rails installed, on a Ruby 2.4+ environment:

rbenv versions # Do you have 2.4+? gem install rails rails -v # Do you have 5.1+?

Install dependencies:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

Then run it:

rails db:create rails db:migrate

Open http://localhost:3000 with your browser to see the result.