Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 976 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 976 Bytes

PDXLiveBus

The PDXLiveBus app built in React with Next.js, and Urql. It uses Next.js and Hasura + Postgres. http://i.imgur.com/PLh6pce.jpg

Requirements

Running it

Start up Hasura and our Postgres database by running docker-compose up -d.

In the hasura directory run hasura migrate apply and then hasura metadata apply to create tables and apply permission

Next install all dependencies in the web folder by running yarn install.

You'll need an API Key from here http://developer.trimet.org/appid/registration/

TRIMET_KEY=API_KEY_HERE

Replace this in the .env.development file in the web directory.