Skip to content

alitemel89/odyssey-lift-off-part1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Catstronauts

Apollo's Lift-off course companion app (completed)

Live Demo App

Course Walk-through on Odyssey

Run the project

Catstronauts full-stack 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.

client

From another terminal window:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 11.0%