This is a test API with a client under construction using static mock data. The project was made using Apollo. Read more about Apollo here.
Apollo's lift-off course companion app Live Demo App
This fullstack app holds two main folders server and client whichs serves as the backend and the
frontent, respectively.
- install packages
cd server && npm install - start server
npm start
The graphql server pulls data from a rest API holding the
from another terminal window:
- install packages
cd client && npm install - start react app
npm start