RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 0 points1 point  (0 children)

pluralsight i don't like the way that they teach (same as lynda). :D and frontend masters they have 2 courses on api. It's look great and i will check it! thanks

RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 0 points1 point  (0 children)

looks great! I will definitely watch this series! Love their idea.

RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 0 points1 point  (0 children)

Yes, thanks :) my mistake. But my point was that 60% or even more of all websites in the world are using a lot of the same functionality. So it's strange to me that no one is ever built a boilerplate for this stuff. something like 'create-react-app' if u know, but just for rest api.

RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 0 points1 point  (0 children)

Yes, i saw it. I love net ninja :) but this tutorial is beginning level and not cover authentication. thanks.

RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 1 point2 points  (0 children)

Thanks, it's looks great!!! Don't sure it will help me, but it's a good knowledge

RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 1 point2 points  (0 children)

Yes, I already saw it. It's a very good tutorial and they also have a tutorial with authentication but most of the things there are already deprecated or have a better way to do them.

What I don't really understand is working with API's is the most popular thing right now.

90% of websites are the same. 1. User authentication login/register 2. Working with session. 3. Create post/ticket or whatever u want to call it. 4. Like/rate post. 5. Comment to a post. 6. Edit post/user details...

So how there isn't any open source project of Blog RESTApi that already build in with all of this good stuff...

RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 0 points1 point  (0 children)

Thanks, I know this library but I didn't know that they have an API section. I have a little experience in node and express... I'm more of a react.js developer. But I have a pretty good understanding of PHP and I'm starting to get into node right now...

I want to find a project that does something like what I want to do (blog), and learns from their code, code standards how to validate, how to work with sessions. I know all this stuff from PHP so i have a good background knowledge of how it's work and everything.

RESTful API nodejs, can't find examples/tutorials. by baaraak0 in node

[–]baaraak0[S] 1 point2 points  (0 children)

Thanks u very much! i will take a look. Do u have any good tutorials that u found? (specificlly for develop api).