angular-university/ngrx-course-v4

API serve is not running.

Opened this issue · 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

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.