Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

paulfioravanti/apollo-fullstack-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

309 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Tutorial

This is my sandbox for the fullstack app for the Apollo tutorial.

Currently, I haven't done anything special with the front end, but I have attempted to refactor and introduce Typescript to the back end application.

Installation

git clone git@github.com:paulfioravanti/apollo-fullstack-tutorial.git
cd apollo-fullstack-tutorial

Run each application in a separate terminal window:

Back End

cd server
npm install
npm start

Open http://localhost:4000 to get a GraphQL Playground interface.

Front End

cd client
npm install
npm start

Open http://localhost:3000 to open the application.

About

My sandbox for the Apollo Tutorial

Topics

Resources

License

Stars

Watchers

Forks

Contributors