CEOehis / ride-my-way-graphql

A car pooling web application built with graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ride-my-way-graphql

CircleCI Maintainability Test Coverage

Ride-my-way App is a carpooling application that provides drivers with the ability to create ride offers and passengers to join available ride offers.

MVP Features:

  • Users can create an account and log in.

API

Coming soon...

API Documentation

Coming soon...

Technologies Used

Installation

  1. Install node, version 8 or greater

  2. Install PostgreSQL

  3. Clone the repository

    git clone git@github.com:CEOehis/ride-my-way-graphql.git
  4. Navigate to the project directory

    cd ~/path/to/ride-my-way-graphql
  5. Install all dependencies

    npm install
  6. Start the app

    npm run dev

License

This project is MIT LICENSED

About

A car pooling web application built with graphql

License:MIT License


Languages

Language:JavaScript 100.0%