Application created using Ruby on Rails for users from all around the world to share their travel experiences and of course, their food experience. Anyone is welcome to create an account and explore other traveler's posts as well.
Start off by cloning this repo.
In your terminal:
Run "bundle install".
Run "rails db:migrate".
Run "rails db:seed" to seed the database.
Run "rails s" to start the server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.