Create Your Online Food Store Using Angular - Part 11.1 - Connecting to Backend

preview_player
Показать описание
This is the first part of connecting our angular app to the backend,
In this part, we'll make the backend in the next part to connect it to our angular app.

Please share your feedback to make this better every day.

YOU WILL See
00:00 intro
00:25 road Map
00:29 create Backend Folder
00:52 npm init
01:23 typescript installation
02:01 typescript configuration
03:07 create .gitignore
04:40 npm install express and cors
08:33 Install ts-node
08:55 Install nodemon
09:48 Serving backend
10:20 Adding Apis

Contact me:
Рекомендации по теме
Комментарии
Автор

this project is soo perfect and very well explained!

DragosP-cxsk
Автор

there is no data file in my folder "data.ts"

shamsuddinhamdule
Автор

Hi sir, when i start my server, is show this error.It say unknown file extension for ts file.What is the problems and how to solve it?

> cd src && node server.ts

node:internal/errors:497
ErrorCaptureStackTrace(err);
^

TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for C:\MinGW\code

謝軍翼
Автор

Thanks for sharing! How to change the nodemon version on the video? Nodemon crashed waiting for file changes. error diagnosticCodes: 5025
Sincerely,

ScionToyo-yi