Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 662 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 662 Bytes

Ride-My-Way

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.

Installation

Database

  • Postgres10.5

  • create database ridemyway

Migrations

Runnning migrations

  • $ cd apps/api
  • $ yarn migrate:run

Generating migrations

  • $ yarn migrate:generate -n <migration_name>

Creating migrations

  • $ yarn migrate:create

Reverting migrations

  • $ yarn migrate:revert