patelmayankce / angular-8-boilerplate

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

please give us mockup service #4

Closed VanHop94 closed 4 years ago

VanHop94 commented 4 years ago

Thank you for your project. It's very helpful for me. But now, I can not try using because login does not work. Thank you

patelmayankce commented 4 years ago

Thanks for checking out. The login screen is connected to API through Authentication service. https://github.com/patelmayankce/angular-8-boilerplate/blob/master/src/app/core/authentication/authentication.service.ts so you need to connect your API endpoint in environment files. https://github.com/patelmayankce/angular-8-boilerplate/tree/master/src/environments

VanHop94 commented 4 years ago

Yes, I know, I mean could you give me your service mockup to test this project, instead of creating new service by myself. It'll take more time

patelmayankce commented 4 years ago

You can follow https://github.com/patelmayankce/hapi-18-boilerplate node HAPI FW boilerplate to setup API. ( it uses MongoDB as database)