ngrx-course-v4 icon indicating copy to clipboard operation
ngrx-course-v4 copied to clipboard

API serve is not running.

Open ZikZakJainy opened this issue 7 years ago • 1 comments

When, I am using command npm run api-server it's running on http://localhost:8090/ but it's shown an error. Error shown in image... Please guide me. screenshot 27

ZikZakJainy avatar Aug 04 '17 18:08 ZikZakJainy

HI, @ZikZakJainy the api server does not serve any html page for the base url '/'.

You need to check out the source code to see what apis have been implemented and what the endpoints are. e.g. app.route('/api/threads').

If you want to test the front end application, you should run npm start after api server is up. I suggest reading through the README file first.

yehe01 avatar Nov 14 '17 02:11 yehe01