Backend for dash, a travel dashboard to organize your entire itinerary in one easily-accessible, portable place. Keep track of everything involved in a trip - flights, itinerary, packing list, and resources.
This is a student project, created in my final module for Flatiron School's immersive web development program.
Built with
- Ruby on Rails
- BCrypt
- JWT
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails s