Build a REST API with Node JS and Express | CRUD API Tutorial
Video Statistics and Information
Channel: JavaScript Mastery
Views: 127,079
Rating: 4.9696126 out of 5
Keywords: nodejs, expressjs, backend, javascript backend, javascript node js, node js, node, javascript express, express js, learn backend, javascript node js tutorial, node js tutorial, express js tutorial, express js project, node js project, node js api, express js api tutorial, rest api node, rest api, crud api, node rest api, restful api, build a rest api, build a nodejs api, build a nodejs app, how to build an api, api express, node js api tutorial
Id: l8WPWK9mS5M
Channel Id: undefined
Length: 61min 16sec (3676 seconds)
Published: Sun Jul 12 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Good stuff. But been using NestJS and typeorm-model-generator and I don't wanna go back.
why is he still using the stand-alone body-parser package when it's builtin in express right?
Hey. Exactly what i need for a project. u/Hollydayinternet
What do you think about instead of having specific folders for types of files (routes, controllers, services...) having directories per business logic? Folder users with user.routes.js user.controller.js user.service.js etc.