rangle-starter icon indicating copy to clipboard operation
rangle-starter copied to clipboard

Implement api endpoints to be used in starters for authentication

Open sumitarora opened this issue 8 years ago • 4 comments

sumitarora avatar Jul 06 '16 16:07 sumitarora

I'd like to get rid of the nodeJS express server in the front end starters, because it's clunky and confusing. To do so, the example apps need a real server to call.

Let's see if a herokized api-koa-starter can be that server.

SethDavenport avatar Jul 18 '16 23:07 SethDavenport

The express server is very handy for serving mock data. kind of a new generation of the hack-stack. Does it really have to go ?

I also have some code for it that can wire up new mock routes quickly based on json files.

kosz avatar Jul 19 '16 14:07 kosz

@egervari @clbond this might also be related to refactoring the ng2-redux-example in terms of the CLI.

SethDavenport avatar Jan 13 '17 22:01 SethDavenport

@kosz my gut feel is that this stuff is super confusing to new hires and community contributors.

However, if you do want a quick server to hack against, we now have a server-side starter: api-koa-starter.

SethDavenport avatar Jan 13 '17 22:01 SethDavenport