Catstronauts

Apollo's lift-off course companion app (completed) Live Demo App

Run the project

Castronauts fullstack app holds two main folders server and client

server

  • install packages cd server && npm install
  • start server npm start

The graphql server pulls data from a rest API holding the

client

from another terminal window:

  • install packages cd client && npm install
  • start react app npm start