• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to run ionic application with source codes?

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have got application source codes.This app has got ionic app side, restful web service with json light and mysql database but when I try to open application with nodejs.I saw the application main page but I cant go any direction in app and its warn me "config.xml file could not be found in the application's root or is malformed XML".I think I can open just app side.Program cant connect other parts.I have got 3 file www(app folder),sample.sql(I thnk mysql information) and sample(restful webservice files) Should I throw the same file in all files or what? Its urgent for me,ty
 
security forum advocate
Posts: 236
1
Android Flex Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Need more than to help you out here. Do you have the source code to share? How are you running the app. From what it seems is you have 2 pieces to the app. The rest backend and the ionic frontend. Are you starting them off separately?
 
reply
    Bookmark Topic Watch Topic
  • New Topic