A web app for finding all possible flight routes between two cities based upon a user's search criteria. Created with React, Redux, Node, Express, PostgreSQL, GraphQL, and SASS using TDD (Mocha/Chai).
This app is deployed on Digital Ocean here: http://www.routetogo.co
- Install dependencies: npm install
- Import the database file routetogo_db.bak into PostgreSQL, and start the PostgreSQL server.
- Start the server in development mode: npm run dev
- Open your browser to http://localhost:4000/