/ruby-api

Primary LanguageRuby

Travel Planner

INTRODUCTION

This project ia a ruby introduction to a full backend layout with ruby html. The problem solution is to help people vlog and plan trips using weather info from a RAPIDApi endpoint. I hope to improve the search query.

RUN

  • Ensure you have ruby installed

  • Install sqlite3

  • Install rails gem install rails

  • cd into project directory

  • Run rails server to start the project

  • If you prefer docker run docker build -t travel-agency . docker run -it -p 3000:3000 travel-agency