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
- Host: GitHub
- URL: https://github.com/angelfire/nodejs-master-course
- Owner: Angelfire
- Created: 2018-12-11T23:13:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T21:36:02.000Z (over 7 years ago)
- Last Synced: 2025-03-20T23:14:16.163Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`