Reputation: 2309
I want to build a website with a REST API back-end and angularJs as front-end.
I used frameworks all the time when building something like this, but I never paid to much attention to how those frameworks were built(not a lot of free time).
I have started a new project which will be hosted on Google App Engine, I have built few necessary things like:
I will need to write few more middleware for an authentication system probably.
What other things need to be present in a REST server?
Upvotes: 0
Views: 1155
Reputation: 202286
In fact, it depends on what you want to support for your API ;-) I see things like that:
Perhaps these two links can help you for further hints:
Hope it helps. Thierry
Upvotes: 1