An open API service indexing awesome lists of open source software.

https://github.com/angelfire/nodejs-master-course

The Node.JS Master Course
https://github.com/angelfire/nodejs-master-course

Last synced: about 1 month ago
JSON representation

The Node.JS Master Course

Awesome Lists containing this project

README

          

# The Node.JS Master Course

All the Homeworks

- Homework Assignment #1: Folder `hello-world-api`
- Homework Assignment #1: Folder `hello-world-api-adv` (this version contains a config file, the server can run in two modes: `development` or `production`)
- Homework Assignment #1: Folder `hello-world-https` Server support HTTP and HTTPS
- Homework Assignment #1: Folder `store-data-api` CRUD methods for Create, Read, Update and Delete data
- Homework Assignment #1: Folder `auth-token-api` Authentication using Tokens
- Homework Assignment #1: Folder `checks-api`