Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sumitarora opened this issue Jul 6, 2016 · 4 comments
Open

Comments

@sumitarora
Copy link
Member

sumitarora commented Jul 6, 2016

No description provided.

@SethDavenport SethDavenport changed the title Implement api endpoints to be used in starters for authentication Implement api endpoints to be used in starters for authentication Jul 9, 2016
@SethDavenport
Copy link
Contributor

SethDavenport commented Jul 18, 2016

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
Copy link
Contributor

kosz commented Jul 19, 2016

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
Copy link
Contributor

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

@SethDavenport
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants