andreysaf / FoodyTrucky

GraphQL practice project for finding Food Trucks near you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodyTrucky

GraphQL practice project for finding Food Trucks near you Screenshot

Uses Apollo Client + Server. Implemented schema, resolvers, pagination.

Running locally

There are a few steps to get the application running locally:

cd client
npm i
npm start

and the same for the server.

cd server
npm i
npm start

About

GraphQL practice project for finding Food Trucks near you


Languages

Language:TypeScript 39.4%Language:JavaScript 39.3%Language:HTML 13.1%Language:CSS 8.3%