Trailblazer is a Mapstr clone that lets its users bookmark their favorite places on a world map, sort them by tags and share them with their friends.
- 🔔 real-time notifications
👀 The project is hosted on Heroku: https://trailblaazer.herokuapp.com/
💡 If you don't want to go through the sign-up process, here are login credentials you can use:
* trailblazer@test.com // testtrailblazer
You'll need a Mapbox access token and to set the following environment variable in .env:
REACT_APP_MAPBOX_TOKEN: xxxxxxxxxxxxxx
- clone the repository and install the gems
bundle install - create a role in Postgres that your Rails application will use later to create your database with username 'trailblazer' and password 'trailblazer'
- run
rails db:create - run
rails db:migrate - run
yarn install - run
rails s - navigate to
http://localhost:3000
To run all unit tests: run rails test
To run all integration tests: run rails test:system
- Ruby on Rails
- Postgres
- AWS : images hosting



