Skip to content

astoria-tech/trains

Repository files navigation

Astoria Trains

Reinventing the Astoria train experience

Overview

The app is composed of a Ruby on Rails backend, a React frontend initialized by the create-react-app tool, and a Postgres database.

Other components: Redux, GraphQL, Typescript, Material UI

Requirements

  • Make
  • Docker & Docker Compose

Development

  • Run make dev at the root of this project.
  • Visit the app at http://localhost:3000.
  • Make your code changes! The app should be live-reloaded whenever you save.

Installing on your own machine, assuming rails and ruby environment setup:

  • set MTA_API_KEY
  • rails s -p 3001
  • cd client
  • yarn install
  • yarn start
  • visit localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published