DEV Community

Cover image for Build a REST API in Node.js
Devon Campbell
Devon Campbell

Posted on • Originally published at raddevon.com on

19 10

Build a REST API in Node.js

Most of the content of this video is standalone, but it's part of a series! You may want to go back and start at the beginning.

In this final video of my Node.js Javascript series, we’ll be building two different HTTP server projects: one that returns a string submitted by the user via POST request transformed into upper case, and a REST API that returns time passed in on a querystring as a JSON object.

Please either enjoy or forgive my lockdown hair, take your pick. 😉

Video Notes

Some of the things you’ll learn:

  • 📖 How to use the Node.js documentation
  • 😖 How to find help using search (Google or my favorite DuckDuckGo) and StackOverflow
  • 🧐 How to write readable, maintainable code
  • 🗣 How to respond to an HTTP request
  • ❓ How to parse a querystring
  • 🛠 How to debug code that doesn’t work
  • 🤝 How to use a third-party library
  • 🕰 Just what the heck is Unix time anyway?

If you missed the rest of the series, you may want to go check out the first episode and get started with Node.js from the beginning!

You might also enjoy my quick 30-minute Vue.js tutorial.

Thanks for watching! If you have any questions, please post them here, in the video comments on YouTube, or email me.

Now that you’ve gone through my final Node beginner tutorial, it’s a great time to put your new knowledge to work. Check out my 10 unique learning project ideas to get started.

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay