Giter VIP home page Giter VIP logo

journey's Introduction

Journey

Journey is a web app that lets users plan their next trip. Features include creating, editing, and deleting personal itineraries with individual items.

Image 2021-09-16 at 3 29 04 PM

Journey was created with ReactJS on the frontend, and Ruby / Ruby on Rails in the backend.

View the live web app here!

Get started

after cloning the repo into you system you will need to:

  • make sure your system is running a ruby version

After clonging the repo, run the following steps in the project directory to get started:

bundle install

Install Ruby gem packages associated with the project.

rails db:migrate db:seed

Migrates all tables and associations that are needed. Also make sure to seed the backend so you have some data to work with.

rails s

Start your Rails server. For a closer look at just the backend, you can open http://localhost:3000

Create API keys and add a .env.local

Our app uses two APIs that need their own private keys.

  1. MapBox
  2. LocationIQ

Then, create a .env.local file inside the client root. Add your API keys with the following prefix: REACT_APP_LOCATION_TOKEN=[LocationIQ Key] REACT_APP_MAPBOX_TOKEN=[MapBox Key]

npm start --prefix client

Runs the app in the development mode.

npm test --prefix client

Launches the test runner in the interactive watch mode. See the section about running tests for more information. Open http://localhost:4000 to view it in the browser.

Features

  1. User can create an account
  2. User can login to an existing account
  3. User can create a new itinerary with many itinerary items
  4. User can edit and delete existing itineraries and itinerary items
  5. User can change their profile settings

Contributors

Joe Christensen

Github: ChristensenJoe

Isaac Segovia

Github: IsaacCodes2021

John Kim

Github: jyk595 Email: [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.