Skip to content

hareeshbabu82ns/abap-graphql-admin-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAP GraphQL Admin

Simple Admin UI for managing GraphQL API on SAP server

Available Scripts

  • npm start to start app
  • npm run build to build web app

Issues

  • CORS check in Browsers
    • run chrome with web security disabled (note only for testing)
    • $> open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security