Build a Mock REST API in Seconds with JSON Server

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • Let's use json-server to build a fake RESTful JSON API in seconds!
    ---------- Course
    Want to go deeper with Next.js? Join me in my Next Level Next.js course where over 29 videos and 8 hours of content we'll build a full application from start to finish. We use TypeScript, GraphQL, Prisma, Apollo, Mapbox, Firebase and lots more. courses.leighh...
    ---------- Links
    JSON Server - github.com/typ...
    Source Code - github.com/lei...
    ---------- Connect
    Join this channel - / @leighhalliday
    Join me on Discord - / discord

Комментарии • 14

  • @satindersingh9671
    @satindersingh9671 2 года назад +5

    I have to say, you bring up the most interesting content. I literally watch your every video. You're The Best!. Hope you gonna keep this going.

    • @leighhalliday
      @leighhalliday  2 года назад +1

      Thank you Satinder, new videos are on the way!

  • @nebelbalesatu4505
    @nebelbalesatu4505 Год назад

    very nice content !! u saved the day - simple, clear and to the point with great example.

  • @vadim4283
    @vadim4283 2 года назад +1

    I’m using it right now in my React project, so convenient

  • @morrisonak
    @morrisonak 2 года назад

    Under-rated channel here. Keep up the great content.

  • @ThugLifeModafocah
    @ThugLifeModafocah 2 года назад

    WWWWWWWOOOWWW, that's very awesome. Thank you.

  • @MrRe-sj2iv
    @MrRe-sj2iv 2 года назад

    Is there any chance to customize pagination with json-server?

  • @RaulDeJesus-ks4rc
    @RaulDeJesus-ks4rc 10 месяцев назад

    Hello, I don't know anything about this, I'm just watching your videos to see if you managed to find something that helps me, because I'm using a program called charles proxy and I'm trying to see the content of a game called EA Sports MLB TAP BASEBALL 2023 and I can't see its content because there are many symbols and numbers. If you have any information that can help me, it would be very helpful, thank you.

  • @ridl27
    @ridl27 2 года назад

    ez! ty!

  • @yoman9446
    @yoman9446 2 года назад

    or just use requestly

    • @leighhalliday
      @leighhalliday  2 года назад +1

      Hehe, TIL about requestly... you might also want to check out Mock Service Worker which works well both for development purposes but for testing as well, which I think would work better for CI and with other developers (who may not have requestly installed).