This project uses Rails as an API and Javascript. It is an Itinerary builder for places that you want to go. The user can add activities to their itinerary & they can delete activities from their itinerary.
These instructions will get you a copy of my project to your local machine.
You need to have the following to run my application. Ruby 2.6.4 & Rails 6.0.0
Backend:
Run bundle install
Run rails db:migrate
Run rails db:seed
Run rails s
Frontend:
Run open index.html
in your terminal.
Materialize - Front-end framework
This project is licensed under the MIT License - see the LICENSE.md file for details.