rangle / rangle-starter

48 stars 23 forks source link

Implement api endpoints to be used in starters for authentication #144

Open sumitarora opened 8 years ago

SethDavenport commented 8 years ago

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.

kosz commented 8 years ago

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.

SethDavenport commented 7 years ago

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

SethDavenport commented 7 years ago

@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.