Full React Tutorial #16 - Using JSON Server

  Рет қаралды 351,964

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 179
@hamzahmd_
@hamzahmd_ 3 жыл бұрын
Honestly, I really like his react tutorials not only because of his British accent but he also explained them quite remarkably.
@Banjer
@Banjer 3 жыл бұрын
true..but I guess he has more an Irish accent than British....
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
@@Banjer may be
@peekaboosteam
@peekaboosteam 2 жыл бұрын
@@Banjer It's definitely English. I'd guess Manchester-ish, perhaps Preston.
@phucnguyen0110
@phucnguyen0110 2 жыл бұрын
@@peekaboosteam I remember he mentioned in the past that he's from Manchester. Or maybe the information was shown on his blog or something similar in one of his tutorial series, idk.
@petrostragoudaras
@petrostragoudaras Жыл бұрын
it's a bit noice innit? :P
@fethidogan89
@fethidogan89 3 жыл бұрын
{ "blogs":[ { "title":"My First Blog", "body":"Why do we use it? It is a long established fact that a reader will be distracted ", "author":"mario", "id":1 }, { "title":"Opening Party", "body":"Why do we use it? It is a long established fact that a reader will be distracted ", "author":"yoshi", "id":2 } ] }
@raviel_0422
@raviel_0422 3 жыл бұрын
thank you, it makes my tutorial experience easier.
@dusanvulic7275
@dusanvulic7275 3 жыл бұрын
@@raviel_0422 data incomplete
@intensiveadvancedmath5281
@intensiveadvancedmath5281 Жыл бұрын
Thank you, just specially entered comment section for that
@darksder2944
@darksder2944 7 ай бұрын
ty
@ajmainmahtab981
@ajmainmahtab981 4 ай бұрын
thanks bro
@erkkasep
@erkkasep 2 жыл бұрын
I have learned more in this 3 hours course than in 30+ hours of Udemy courses. You are amazing.
@NetNinja
@NetNinja 2 жыл бұрын
That's awesome to hear, thank you! :)
@juliigameplays
@juliigameplays 11 ай бұрын
Same I agree. I learned much better with these videos rather than Udemy's
@WaddupBoi
@WaddupBoi 2 жыл бұрын
These bite size tutorials are so much better than slogging through 2+ hour ones.
@shuumishuum
@shuumishuum 7 ай бұрын
this
@donnazukowski
@donnazukowski 2 жыл бұрын
Shaun is the best teacher period. I've been trying to learn React and spent quite a few $$$ but with this one, it's all making sense. BTW, as of 2/11/2022, I just ran the JSON Server npx command in a new terminal and it worked like a charm.
@Wangaruro
@Wangaruro 2 жыл бұрын
I second you on this!!! He has a unique teaching style that makes it easy to understand.
@mmmisaaagh
@mmmisaaagh Жыл бұрын
Halfway through and I have to say: you are a phenomenal educator. You are doing a great job explaining everything. After every short session I have more confidence in what I just learned. Thank you. Great job and keep up the good work!
@paulfg1967
@paulfg1967 Жыл бұрын
I am an 'older' new to coding just approaching the end of a 3 month bootcamp. I have learnt more from the Full Modern React Tutorial than anything on the bootcamp. Well done Net Ninja, you are a very talented teacher and thanks for putting these out there, and yeah as a Prestonian (living in Manchester) your Manchester accent helps!
@sofiatruta2
@sofiatruta2 Жыл бұрын
I am doing a coding bootcamp and I'd be lost without your tutorials! you explain everything so well that it helps me truly understand what is going, I watch them after class to bring everything together - thank you!
@iltanoia6865
@iltanoia6865 3 жыл бұрын
Modern Redux should be the next playlist! best teacher on youtube along with traversy media ahha
@erickbroos7233
@erickbroos7233 3 жыл бұрын
npx json-server --watch data/db.json --port 8000
@alcezeri
@alcezeri 3 жыл бұрын
sudo npm i json-server -g use without npx :)
@annisaautami
@annisaautami 3 жыл бұрын
@@alcezeri thank you!
@alcezeri
@alcezeri 3 жыл бұрын
@@annisaautami We give free javascript course every weekend on saturday-sunday
@Mr___Khan1
@Mr___Khan1 5 ай бұрын
Jazak Allah Brother ♥️☝🏻
@satyamsaurabh8583
@satyamsaurabh8583 3 жыл бұрын
The Best Ever Instructor on KZbin🙂
@davidho1258
@davidho1258 3 жыл бұрын
I've been using json server as part of my workflow since the series you did 2 months ago. thx net ninja
@annisaautami
@annisaautami 3 жыл бұрын
for anyone experiencing an error said "could not install from [your computer name] as it does not contain a package.json file" when run the npx json-server --watch data/db.json --port 8000 command, please run this command first "npm i json-server -g" it works for me.
@jaya3688
@jaya3688 7 ай бұрын
Thank you!
@aak_581
@aak_581 6 ай бұрын
I know this is old but thank you sm
@TaroWalnut
@TaroWalnut 2 ай бұрын
Thanks!
@batu4605
@batu4605 2 жыл бұрын
There is NO course well explained form React js but i saw your courses im surprized. You have unique teaching style and explaining little things for understand and combine all theese things. Thanks ❤️
@NetNinja
@NetNinja 2 жыл бұрын
Wow, thanks Batu :) that means a lot
@batu4605
@batu4605 2 жыл бұрын
@@NetNinja Can you make Pinia state managment videos for VUE JS if possible?
@ucthanhle7029
@ucthanhle7029 2 жыл бұрын
If any one have problem when running npx json-server --watch data/db.json --port 8000 and you are using powershell on terminal. (It didn't run like me) Try to switch to Command Prompt instead of powershell on terminal. Hope this will help :"3 Thank Net Nija for this tutorial
@mohitgangwani6054
@mohitgangwani6054 Жыл бұрын
It works.Thanks for suggestion
@GreenPear-mz4dl
@GreenPear-mz4dl Жыл бұрын
Thanks a lot friend, it works
@islamgoher
@islamgoher 3 жыл бұрын
If anyone may face this Error in the terminal """"" Oops, data/db.json doesn't seem to exist. Creating data/db.json with some default data """". the solution is to 'Go to the folder where your db.json file resides. then run the command json-server --watch db.json in terminal and it would work with you.
@pauloferreira4040
@pauloferreira4040 3 жыл бұрын
I got a similar error, but I realized that the folder data was not created in the right spot (directly under the DOJO-BLOG), but rather in the src directory. So my solution was just to drag and drop the folder data at the very bottom of the project explorer area (the left area that displays all sort of project files) and by moving data to the right location, the command shown in the video works.
@rtubiras644
@rtubiras644 2 жыл бұрын
Thank you so much! ☺️☺️☺️☺️
@firstname-nq7qc
@firstname-nq7qc 2 жыл бұрын
thx!
@minou00701
@minou00701 3 жыл бұрын
the net ninja is definitemy the best of ninjas , kudos mate :)
@sinhaneha1987
@sinhaneha1987 2 жыл бұрын
Thank you for showing a perfect way of running JSON-server with my existing React app for testing purposes. This was a wonderful solution, not discussed in tutorial/blogs I had seen soo far.
@HaiderAli-oi5fm
@HaiderAli-oi5fm 3 жыл бұрын
This json server really saves my neck from creating database. Its really a good thing you have taught me to play around with the app. 3:29 I marked the time for future reference. Thank you Shaun!
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
How have you marked the time?
@HaiderAli-oi5fm
@HaiderAli-oi5fm 3 жыл бұрын
​@@kashmirtechtv2948 Just wrote the time to mark it just like we drop the pin on the map to mark the location.
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
Si a g
@Zephyr-tg9hu
@Zephyr-tg9hu 2 жыл бұрын
If anyone else was having trouble running json-server try "json-server --watch data/db.json --port 8000" and omit the npx part.
@mickelelkhoury2378
@mickelelkhoury2378 3 жыл бұрын
Shaun you are a legend!!
@razaj
@razaj Жыл бұрын
Hi I'm having a problem, when trying to start the server with "npx json -server watch data/db.json --port 8000", it returns " json: error : unkown option '-s' ". I'm not sure how to fix that or work around it
@asimssheikh
@asimssheikh 3 жыл бұрын
Best explanation of React I have seen on youtube.
@neehargadam1613
@neehargadam1613 2 жыл бұрын
The Best Teacher on the internet, Thank you Shaun
@bewareofsarcasm775
@bewareofsarcasm775 Жыл бұрын
can we host the json server on the internet using netlify
@Amauriking
@Amauriking 2 жыл бұрын
If anyone wants just a json sample { "blogs": [ { "title": "My first blog!", "body" : "lorem ipsum", "author": "mario", "id": 1 }, { "title": "My second blog!", "body" : "lorem ipsum", "author": "yoshi", "id": 2 } ] }
@loneliestday0289
@loneliestday0289 Жыл бұрын
thank you bro
@juliosamaniego6585
@juliosamaniego6585 2 жыл бұрын
if anyone is having trouble with CORS here is the solution, run the json server like this: npx json-server --watch data/db.json --port 8000 --no-cors
@pjTechLand
@pjTechLand 8 ай бұрын
this tutorial is great because every videos is short and totaly useful tnx :)
@NetNinja
@NetNinja 8 ай бұрын
Thanks :) that means a lot
@mwebazenicholas7075
@mwebazenicholas7075 2 жыл бұрын
Thanks for the great explanations your teaching is on another level. I have an inquiry, how can I deploy a JSON server file so that data can be accessed globally from anywhere other than from the local server? I will be glad to have your positive feedback
@OzzTheWizzard
@OzzTheWizzard 10 ай бұрын
do you have videos on how to fetch data from backend api through react then post those on a website, or using wordpress?
@dever312
@dever312 Жыл бұрын
Where do front-end developers hold the data? I know things such mockAPI, Fire Base. But what is the regular one devs actually use? Can i use just json request (localhost) then deploy it?
@ghwhg341
@ghwhg341 Жыл бұрын
Just a dumb question. Both GET and DELETE requests use the same endpoint /blogs/{id}, how does the server know which is the action I intended to do?
@charlesloehle7998
@charlesloehle7998 3 жыл бұрын
If you are having trouble making json server work, another thing i did that worked was re-run yarn start
@Soap_js
@Soap_js 3 жыл бұрын
Great Tutorial but i think you did not mention that we need to have the json-server thing installed before we can ues the npx json-server command do npm install -g json-server to install it and then run the command
@hamzaidrees8703
@hamzaidrees8703 2 жыл бұрын
Thank you
@ashurawat850
@ashurawat850 2 жыл бұрын
Thank you , I was struggling with this how to use this tutorial command
@abdullahyusuf1790
@abdullahyusuf1790 6 ай бұрын
God bless. you just save my a$$
@entupropiocanvas
@entupropiocanvas Жыл бұрын
You never disappoint, man.
@amjadaliafridi1023
@amjadaliafridi1023 Жыл бұрын
favorite teacher
@NetNinja
@NetNinja Жыл бұрын
Thanks Amjad!
@renukamore677
@renukamore677 4 ай бұрын
I must write everytime 'npc json-server --watch db.json --port 8000; to run the web-app, then I am not able to deploy it, What Shall I do?
@vallydon1788
@vallydon1788 2 жыл бұрын
Good tutorial. Please I am getting error when installing the Json server. How can I correct it, please.
@sojumoscow
@sojumoscow 3 жыл бұрын
I have an error when im doing json thing. I put exactly what you code but it gives me error. npm ERR! code ENOLOCAL etc etc
@syedabdullah6815
@syedabdullah6815 3 жыл бұрын
Amazing Explanation! but can I do this JSON database thing in Next.js? please help. Thankyou
@jayashriborse8783
@jayashriborse8783 2 жыл бұрын
Thank you very much! Great tutorial! I already know basic react. But from this series, I learned lot of new things.
@NetNinja
@NetNinja 2 жыл бұрын
Glad it was helpful! :) thanks Jayashri
@Vermillion999-y2n
@Vermillion999-y2n 7 ай бұрын
Pls why is that json server can't display imagies.. I'm having issues on that,i need help
@JiteshGosar
@JiteshGosar 2 жыл бұрын
Thank you for the fantastic tutorial. Is there any video showing how to connect react with SQLite database? Since I have a ".db" file, I need to display its contents using react.
@KtNizin
@KtNizin 3 жыл бұрын
npx: installed 1 in 4.974s json: error: unknown option "--watch" why is it showing like this?
@leonardobruksch8603
@leonardobruksch8603 Жыл бұрын
got the same error. i am on a mac an was using the app "notes" to copy the command to the terminal. turns out the dashes were being converter to a dif character. try typing directly in the terminal :) worked for me
@maureenifeoma3969
@maureenifeoma3969 3 жыл бұрын
Your teachings are very easy to understand and I want to say very big thank you for that. But I have errors trying to use the json server, it's giving a lot of errors, I would like some help with it, Thank you and I will be waiting
@caanha
@caanha Жыл бұрын
Really really nice teaching you present. But I wish you would include the DB (SQLite) part since it so common. But Thank you for making sense to React!
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
I didn't get about the 2 options you have told about installing Json pakage. Can someone guide?
@sakibhasan2592
@sakibhasan2592 3 жыл бұрын
hey shaun? do you have any plan for FullStack dev
@sakibhasan2592
@sakibhasan2592 3 жыл бұрын
@@raslanismail9691 yeah but I am struggling to start my MERN scack project...:-)
@Tejas-e9d
@Tejas-e9d 4 ай бұрын
I keep on getting a fetch error and am not able to fetch the data from the JSON file. I have retried everything multiple times.
@sangdilbiswal30
@sangdilbiswal30 Жыл бұрын
how can this amazing content be free. Hats off to you man!
@NetNinja
@NetNinja Жыл бұрын
Thanks
@thebeerministry
@thebeerministry 3 жыл бұрын
I'm getting thin error😞😞 After running 3:18 npx thingy Error: EPREM: operation not permitted, mkdir 'C\usere\username' Command not found: json-server Edit : 😁😁😁😁 It worked, sm1 at stack.o said run cmd w adminstrator Sooo 🍉✨✨!!
@born_to_matter2140
@born_to_matter2140 3 жыл бұрын
how did it work can you pls explain
@gowrisankarpokuri
@gowrisankarpokuri 3 жыл бұрын
@@born_to_matter2140 This error comes when your username has a spaces. For this one you would have to replace the username on the path for npm config that has spaces with the alternative username windows generates which you can get by using the cmd DIR /X if you are in the location. "c:\Users\". After getting the alternative name you have to run this command. npm config set cache "C:\Users\\AppData\Roaming pm-cache" --global
@afewthoughts7755
@afewthoughts7755 3 жыл бұрын
I'm curious if you can do Solidity or any web3 related content tutorials(you are really a good teacher)
@ibukunagotola3495
@ibukunagotola3495 2 жыл бұрын
Thank you Mr Net Ninja, please how can I use firebase database instead of local json server.
@davidbister2684
@davidbister2684 3 жыл бұрын
if u have problem with this method npx ..... solution is npm install -g json-server, json-server --watch data/db.json --port 8000
@alltoall
@alltoall 2 жыл бұрын
Amazing Explanation Thanks, Sir!!!
@NetNinja
@NetNinja 2 жыл бұрын
No probs :) thanks
@abdulkadirguven1173
@abdulkadirguven1173 2 жыл бұрын
I appreciate a lot your tutorials. Thanks a lot.
@mithulan.s5984
@mithulan.s5984 3 ай бұрын
Sir Creating datebase and rest api from stratch. If you have these videos please do share.
@premprem4095
@premprem4095 Жыл бұрын
Finally I found a solution for my error here.
@taofiqcodes4303
@taofiqcodes4303 3 жыл бұрын
Hi Shaun and everyone here, please how can I make my dbjson file work on other devices apart from my PC
@oluwatoyinj8991
@oluwatoyinj8991 2 жыл бұрын
How do I host this app in codesandbox? I get the "failed to fetch" error after hosting it. How do I fix this error please
@jengzarate9087
@jengzarate9087 Жыл бұрын
im getting an error : enoent : no such file or directory pls help
@realtorBG
@realtorBG 3 жыл бұрын
verygood course....is it possible to make React + Ant Design please
@geraldinerios7068
@geraldinerios7068 3 жыл бұрын
thank you, this video help me to create an api fake with json server, i have an error and that was from the terminal, i didn't know that i need open an individual terminal in my vs code
@jotasenator
@jotasenator 2 жыл бұрын
Good evening everybody. Is there a 'how' of nesting data in this json server data.?
@chiranjeevichowdary5948
@chiranjeevichowdary5948 3 жыл бұрын
Is this also a way of storing data in local storage
@PhongVNguyen123
@PhongVNguyen123 2 жыл бұрын
for my future ref: npx json-server --watch data/db.json --port 8000
@lostbear1600
@lostbear1600 Жыл бұрын
hi, when i tried to run npm i json-server --watch data/db.json etc. etc. on vscode terminal, a small window pops out asking me to connect to github (sth about connecting github and vscode...), not sure why, is this happening to anyone?
@sharriceowens913
@sharriceowens913 3 жыл бұрын
my terminal has 1:bash instead of node is that alright?
@MaksymMinenko
@MaksymMinenko 2 жыл бұрын
Actually, json-server has an option: --delay ... , so there's little point in using setTimeout.
@henry3862
@henry3862 7 ай бұрын
SyntaxError: The requested module 'node:util' does not provide an export named 'parseArgs'
@hoanglongpham5907
@hoanglongpham5907 3 жыл бұрын
hello Shaun, can you make a video for Route ??
@NetNinja
@NetNinja 3 жыл бұрын
That will come later in the series :)
@mymarginalia8349
@mymarginalia8349 3 жыл бұрын
Is there a way to have localhost:8000 show the default homepage? As it is, it would try to render the react public folder, but is there a way to tell it to ignore that?
@KhaledSAB
@KhaledSAB 3 жыл бұрын
Great tutorials ...thank you so much
@dev504
@dev504 3 жыл бұрын
this shows when I try to use command When I try to run the command this shows Error: EPERM: operation not permitted, mkdir 'C:\Users' command not found: json-server
@ChandanKumar-of1je
@ChandanKumar-of1je 3 жыл бұрын
Request you to make a project series using Nodejs* & React* , very next or later..
@tarekghosn3648
@tarekghosn3648 2 жыл бұрын
you my man. are awesome.
@xenoxel
@xenoxel 2 жыл бұрын
I am am getting the error, uncaught TypeError: blogs.map is not a function. Does anybody know how to solve this error i have tried to run the code from github but still get he same error. I am using vs code.
@qwertmom
@qwertmom 3 жыл бұрын
My terminal doesn't show any resources?
@timm2233
@timm2233 3 жыл бұрын
go into your terminal and run: npm install -g json-server. after that you can run the npx command
@MahmoudReyad
@MahmoudReyad 3 жыл бұрын
@@timm2233 thanks it works.
@born_to_matter2140
@born_to_matter2140 3 жыл бұрын
@@timm2233 thanks man it worked
@patshalaaa
@patshalaaa 2 жыл бұрын
you are awesome 💟
@naps7441
@naps7441 3 жыл бұрын
What do I do if I want to edit a blog? Can anyone help me regarding this?
@54321conor
@54321conor 2 жыл бұрын
I got pretty lost here, It's my first time ever hearing about json, along with ports, etc. and my first time using the terminal and node.js was at tutorial 1 of this series 😅 Is it normal to be this lost or did anyone else feel the same? Again, another noob statement, but if anyone can recommend where I can learn more about the terminal and everything, I would really appreciate it. I will watch Net Ninjas tutorial on Json, but I feel the terminal is important to understand first before I look at json, no?
@adeleke5140
@adeleke5140 2 жыл бұрын
Hey Courage, how are you know with react? The first time I went through React, it was also super confusing. But as you learn more JS and write more react, you get used to it. don't feel bad if it is taking time for you to get everything. For learning about the terminal, are you on windows or mac? this is a good place to start from kzbin.info/www/bejne/eYeQp5iklNerntk&ab_channel=WebDevSimplified
@kashmirtechtv2948
@kashmirtechtv2948 3 жыл бұрын
Shaun bro. Update the error command for the newbies. Thanks
@roshdyessam3480
@roshdyessam3480 3 жыл бұрын
Amazing
@TaniaLacognata-z9m
@TaniaLacognata-z9m Ай бұрын
Terrell Plains
@erickbroos7233
@erickbroos7233 3 жыл бұрын
gracias ! thank nice video
@ridl27
@ridl27 3 жыл бұрын
ty.
@Parendinate
@Parendinate 3 жыл бұрын
Just imagine when u are a kid and ur math techer is him...
@mehmetsayn573
@mehmetsayn573 3 жыл бұрын
adamim supersin:)
@Mahmudulhasan-ts5hm
@Mahmudulhasan-ts5hm 3 жыл бұрын
thanks
@candle-likeghost9523
@candle-likeghost9523 3 жыл бұрын
the db.json :
@candle-likeghost9523
@candle-likeghost9523 3 жыл бұрын
{ "blogs": [ { "title": "My First Blog", "body": "Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. Where can I get some? There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "author": "mario", "id": 1 }, { "title": "Opening Party!", "body": "Why do we use it? It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. Where can I get some? There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "author": "yoshi", "id": 2 } ] }
@ricardoreis4172
@ricardoreis4172 3 жыл бұрын
If you have problem with json-serve follow these steps: first install json-server globally: npm install -g json-server after use the comand: npx json-server --watch data/db.json --port 8000 problem fixed
@nikhargangwar
@nikhargangwar 3 жыл бұрын
thanks it worked for me!!
@kashafkhan6999
@kashafkhan6999 3 жыл бұрын
Thank you so much dude :)
@ChristieCara-g1m
@ChristieCara-g1m 2 ай бұрын
Benton Crossing
@noobyxd
@noobyxd 3 жыл бұрын
After npx json-server --watch data/db.json --port 8000 installation, I'm not getting the link under the Resources, but it shows the link under Home. Anyone having the same issue?
@rachitmittal1131
@rachitmittal1131 3 жыл бұрын
Yeah i have the same issue!!
@rachitmittal1131
@rachitmittal1131 3 жыл бұрын
I solved it by restarting the vs code and then tried again and it worked!!
@noobyxd
@noobyxd 3 жыл бұрын
@@rachitmittal1131 I’ll try that. Thanks so much for the response! 🙂
@LandrieMarManait
@LandrieMarManait 3 ай бұрын
anyone face this error No endpoints found, try adding some data to data/db.json?
@JJ-lx7do
@JJ-lx7do 3 ай бұрын
You need to add the code he did in the video to the data/db.json file or it will show this error code
@dylancorr8054
@dylancorr8054 3 жыл бұрын
I don't have a Resources showing up only home why is this can anyone help?:)
@calebowatah5775
@calebowatah5775 2 жыл бұрын
ensure you've saved the db.json file... run----- npm install -g json-server, json-server --watch data/db.json --port 8000
@dipanshukumrawal4880
@dipanshukumrawal4880 2 жыл бұрын
@@calebowatah5775 thankyou for saving my time
@kelvinamoaba9634
@kelvinamoaba9634 3 жыл бұрын
I thought I was the first to watch😂
@dequentinmiller9086
@dequentinmiller9086 Жыл бұрын
Bro is it me or does everyone sound so much clearer when they have a british accent? I try to look at indian tutorials and they're great don't get me wrong, its just that their accent is like nails to a fucking chalk board.
@Se.mu01
@Se.mu01 3 жыл бұрын
🙏
@victorpelumi9498
@victorpelumi9498 3 жыл бұрын
Hey net ninja....been a great journey up to this point.. anytime I try to run the next Jason.server implementation it pops out an error message. I don't know what I doing wrong..I would appreciate if you could help out. Thanks
@victorpelumi9498
@victorpelumi9498 3 жыл бұрын
I have gotten it...thanks Net ninja
@sully-kun3402
@sully-kun3402 3 жыл бұрын
Question, my json fake server wont work unless i turned on my Internet, is that by design? or maybe I've done something wrong because mr.Shaun's fake json server seems to not be needing a connection to start
@codewithfarhad8594
@codewithfarhad8594 3 жыл бұрын
I might be wrong but when you do npx json-server you are essentially making connection to json-server package which is hosted on npm LIVE without having to install it locally in your dev environment. So, if you do not have internet turned on, NPX can not fetch the json-server package from npm and so it has no idea how to watch the json file or do any of the json-server stuff.
Full React Tutorial #17 - Fetching Data with useEffect
7:55
Net Ninja
Рет қаралды 355 М.
Up & Running with JSON Server (Part 1)
30:02
Net Ninja
Рет қаралды 130 М.
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 48 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
Это было очень близко...
00:10
Аришнев
Рет қаралды 7 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 22 МЛН
React Tutorial for Beginners
1:20:04
Programming with Mosh
Рет қаралды 3,4 МЛН
Локальный сервер для проектов и тестирования
12:58
Михаил Непомнящий
Рет қаралды 43 М.
Create a Fake REST API with JSON-Server
21:01
Traversy Media
Рет қаралды 209 М.
Full React Tutorial #20 - Making a Custom Hook
8:49
Net Ninja
Рет қаралды 269 М.
Full React Tutorial #19 - Handling Fetch Errors
7:39
Net Ninja
Рет қаралды 252 М.
7 better ways to create a React app
7:08
Fireship
Рет қаралды 558 М.
How to create JSON Server and Fetch Data For Front-end
27:38
Daily Tuition
Рет қаралды 76 М.
Turning bad React code into senior React code
13:10
Cosden Solutions
Рет қаралды 92 М.
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 48 МЛН