Angular Authentication Tutorial - 4 - Express Server

preview_player
Показать описание

📱 Follow Codevolution

Angular | Angular Authentication Tutorial for Beginners | Express Server
Рекомендации по теме
Комментарии
Автор

I really like the way you make the videos into short length so that we don't feel overload.

ngyi
Автор

Sorry, in ( 3:16 ). Maybe because in angular 7 it is used a different sintax?

davidesorci
Автор

if I develop Express and mongodb locally can I deploy it to sharedhost?

yacobee
Автор

get request not respond, it hang even for the basic level server (described in tutorial 4)

nadeenuwanthika
Автор

Having problem with bodyParser deprecated

ericsunkel
Автор

Anyway guys, can u tell me why do we need to use 'Express.Router()' to make a GET Request?
Why dont we just use 'Express()' to make a GET Requset?
Isn't it, just make a confused cycle huhu?

agestasaputra
Автор

throw err;
^

Error: Cannot find module
code: 'MODULE_NOT_FOUND',
requireStack: []

parshuramghanokar
Автор

Why don't you need to call next() on api route, since it's a middleware?

Macke
Автор

( 4:18 ) the "node server" command doesn't work...the console tells me that required is not defined

davidesorci
Автор

make a video on how to run express js on firebase

AmitKumar-phmg
Автор

I am getting
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE: address already in use :::3000
at Server.setupListenHandle [as _listen2] (node:net:1485:16)
at listenInCluster (node:net:1533:12)
at Server.listen (node:net:1621:7)
at Function.listen
at Object.<anonymous>
at Module._compile
at Module._extensions..js
at Module.load
at Module._load
at [as runMain]
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1512:8)
at {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '::',
port: 3000

AjayVerma-dgxi