patelmayankce / angular-8-boilerplate

Angular 8 Boilerplate with bootstrap
ISC License
23 stars 29 forks source link

The signup process works fine? #1

Closed uginy closed 5 years ago

uginy commented 5 years ago

Hi!

Good job man with your boilerplate!

But could you explain why i see the screen below? i've made just "yarn start" and can't test the signup process

image

patelmayankce commented 5 years ago

Hi,

Thanks to look into this!!

This boiler plat only include front end stuff. I have another boiler plate for node framework HAPI 17. You can setup and change endpoint to make it working.

https://github.com/patelmayankce/hapi-17-boilerplate

uginy commented 5 years ago

Thanks. But what does it mean "You can setup and change endpoint" ? Could you explain please more detailed?

patelmayankce commented 5 years ago

just look at here & open any one of environment file and change serverBaseUrl OR serverUrl to your API end point.

Let me know if still i am missing anything.