EKivutha / ruby-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Ruby 67.2%Language:HTML 22.9%Language:Batchfile 7.4%Language:CSS 1.8%Language:Dockerfile 0.6%Language:JavaScript 0.2%