JSON Server Tutorial - 11 - Configurations

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

Use coupon code: CodevolutionYoutube for any workspace upgrade. Select "Add promo code" on checkout, enter the code, then hit "Apply". This will apply a 100% OFF lifetime discount to your subscription. Enjoy and feel free to invite others to your workspace!

📱 Follow Codevolution

Configurations in JSON Server
Рекомендации по теме
Комментарии
Автор

please can you explain the json-server-auth with json-server and ho to make a post request such as add todo to specific logined user and use it with angular or react

mostafasalah
Автор

Can it simulate user login auth session?

hikolanikola
Автор

Hey nice series ! Just a Suggestion use Ayu dark world in vs code Ayu is a theme and it looks pretty nice and is best for visual representation of vs code

imnemo
Автор

Could you please release a video on Konva react

dollysai
Автор

I get thiis error when i try to run the server after adding the routes

> json-server --watch db.json --port 3001 --routes routes.json

Unknown option '--routes'
Usage: json-server [options] <file>

Options:
-p, --port <port> Port (default: 3000)
-h, --host <host> Host (default: localhost)
-s, --static <dir> Static files directory (multiple allowed)
--help Show this message
--version Show version number

RazvanPopescu-pr