gothinkster / aurelia-realworld-example-app

Exemplary real world application built with Aurelia
https://realworld.io
MIT License
184 stars 32 forks source link

Connection between the front and back end #9

Closed adriatic closed 4 years ago

adriatic commented 6 years ago

This is mostly the documentation issue and it boils down to the following observation:

I create a local instance of Aurelia version of Conduit without a hitch (not too surprising 😏) and without even thinking about its back end, I pointed the browser to http://localhost:9000. Instead of seeing a complaint that I did not provide the back end application, I saw this:

image

indicating that my local instance knows how to find a pre-provisioned back end instance, which is being "molested" by everyone.

The point I am trying to make is that the README.md file, should have a brief explanation about the "default" back end server.

loaded02 commented 6 years ago

Would you like to create a PR? Cause I dont really see where you're going with this. Sorry.

adriatic commented 6 years ago

Sorry for confusing you - and yes I will make the PR.