gothinkster / aurelia-realworld-example-app

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

Signup not working #34

Closed IsaacHub closed 5 years ago

IsaacHub commented 5 years ago

Everything is working except signup, when I click signup button, I get 404 not found on both urls in config.js:

https://conduit.productionready.io/api http://localhost:3000

I'm running nodejs backend with mongodb. mongoDB is running as a service in my windows machine. Should I need to configure anything in mongodb?

If I go to http://localhost:3000 in chrome I got this {"errors":{"message":"Not Found","error":{"status":404}}}

IsaacHub commented 5 years ago

It's working.. I had to change to http://localhost:3000/api