DEV Community

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

Posted on • Originally published at raddevon.com on

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.

Top comments (0)