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 🚘
- Host: GitHub
- URL: https://github.com/devpavan04/react-graphql-cars-tracker
- Owner: devpavan04
- Created: 2023-02-24T07:47:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T08:52:12.000Z (about 3 years ago)
- Last Synced: 2025-02-05T21:54:15.080Z (over 1 year ago)
- Topics: apollo, graphql, react, reactjs
- Language: JavaScript
- Homepage: https://youtu.be/RIZi3Io_xBs
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🚘