An open API service indexing awesome lists of open source software.

https://github.com/devpavan04/react-graphql-cars-tracker

React GraphQL Cars Tracker 🚘
https://github.com/devpavan04/react-graphql-cars-tracker

apollo graphql react reactjs

Last synced: about 1 year ago
JSON representation

React GraphQL Cars Tracker 🚘

Awesome Lists containing this project

README

          

# WMDD 4998 - React GraphQL Cars Tracker 🚘

Demo video: [Youtube](https://www.youtube.com/watch?v=RIZi3Io_xBs)

Built with: [GeistUI Component Library](https://geist-ui.dev/en-us)

## Installation

Clone this project to test locally

```bash
git clone https://github.com/devpavan04/react-graphql-cars-tracker/
cd react-graphql-cars-tracker
```

Run Apollo GraphQL server

```bash
cd server
# Install dependencies
yarn install
# Start the server
yarn start
```

You should now be able to access Apollo GraphQL server running at http://localhost:4000/graphql 🚀

Run Cars Tracker react client

In a new terminal window run the following:

```bash
cd client
# Install dependencies
yarn install
# Start the client
yarn start
```

You should now be able to access Cars Tracker react application running at http://localhost:3000 🚘