Catstronaut is a playground for a GraphQL API, providing and consuming data. It:
- Consumes an REST like API
- Provides it to a front-en application
It's a based on GraphQL tutorial from Odyssey Lift off course, Part 1.
Create a file in the root folder of the middleware project called config.js with your credentials like
module.exports = credentials = {
username: yourData,
password: yourData
}
Deploy is thought sftp on the client host. Ask for permissions the author.
To get started run the following command.
yarn install && yarn start
Once everything is bootstraped navigate to http://localhost:4000
in your browser.
You should be able to see the test results report as the list in the console.
- JavaScript
Vladimir Varbanov