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 ⚡️
- PostgreSQL DB
- Bootstrap Styles
- Mapbox API
- Acts as Votable gem
- Geocoder
- Devise
- Cloudinary
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.