Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

vikr01/toms-shuttles

Repository files navigation

Tom's Shuttle Service


Latest Release Deployed with Heroku Deploy previews by Netlify

Travis Build Status Appveyor Build Status Master Coverage Status Dev Coverage Status

DevDependency Status Renovate Enabled

About

This project was made by students for a class.

The goal of the project was to create a shuttle service using Google Maps API.

There are two kinds of users:

  • Client: a user looking to schedule a trip from an airport to a destination, or from a location to an airport.
  • Driver: a user who picks clients up and takes them to their destinations.

Getting Started

See the master branch if you want to use the latest stable version.

See the dev branch if you want to use the next in-progress version.

You'll need the following:

Installation

First, clone the repo via git:

git clone https://github.com/vikr01/toms-shuttles.git your-project-name

And then install dependencies with yarn:

cd your-project-name
yarn install

Run in Development Mode

See the instructions in the frontend package for starting the frontend.

See the instructions in the backend package for starting the backend.

Run in Production Mode

First build the package by running:

yarn build

Then start the application in production by running:

yarn start

Maintainers