APigee not able to connect to api Giving me error,Apigee not connecting to my mock api created by json server

My api url is http://localhost:3000/employee

Apigee is giving me error connecting to this api. created by json server..

Any help.I need a mock api for testing..

,

The url is http://localhost:3000/employees..It is giving me error...

0 3 433
3 REPLIES 3

Hi @HIMANISH BHATTACHARJEE,

It seems you are trying to connect your local hosted API from apigee. which is not possible, you need to deploy on some public server which can accept the request from APIGEE.

Suggest me one public server where I can deploy my api?

there are many options and I would suggest to deploy on heroku as its eaisy and manageble https://www.heroku.com/