Hey everyone, this is an example for the final project. (working in progress)
These are the technologies used in project:
- Ruby 2.6.3
- Rails 5.2.4
- Lewagon devise template (https://github.com/lewagon/rails-templates)
- devise (Login)
- pundit (Authorization)
- pg_search (Searching)
- geocoder (Geocoding)
- mapbox (Map display)
- bootstrap (Styling)
- bubbly-bg (animated background)
Please do the followings to init your project:
- git clone this project to your computer
- bundle install
- rails db:create db:migrate