mparaz / node-js-api-training

A short course for build a Web API in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js API Training

Welcome! This short training course will take you through the steps needed to build a Web API in Node.js. This course is intended for beginners to Node.js who ideally have some API programming experience in other languages and frameworks.

The training component of this course has been delegated to this excellent Udemy course on Node.js. If you're new to JavaScript, you can check out some of these courses.

The remaining content involves building a practical application with the skills you learn in the Node.js course above. The aim is to go as far as possible with the exercise and work things out as you go. If you get stuck, follow the usual software engineering procedure:

  1. Ask yourself why it's not working.
  2. Check the obvious solutions.
  3. Google the problem and possible solutions.
  4. Ask for help from peers and mentors.
  5. See step 1.

Let's get started!

About

A short course for build a Web API in Node.js