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

https://github.com/tpiros/restful-web-service-node-training

O'Reilly's RESTFul Web Services with Node.js training material
https://github.com/tpiros/restful-web-service-node-training

ecmascript2015 es6 express expressjs javascript mongodb nodejs nosql

Last synced: 2 months ago
JSON representation

O'Reilly's RESTFul Web Services with Node.js training material

Awesome Lists containing this project

README

          

# Folder structure

## Data
Contains:
* individual `json` files as well as an `import.sh` script to import the documents.
* `characters.json` which is a result of running `mongoexport`

## Day 1
Contains:
* Node.js basics (in `basics` folders) per video
* npm basics
* Express basics
(Introduction to Node.js course available here )

## Day 2
Contains:
* MongoDB and Authentication related material

## Final project
Contains:
* The final working project
* A full REST API with routes
* MongoDB connection
* JWT Authentication

# Further material

## Courses
* ECMAScript2015 / ES6 JavaScript course: https://www.fullstacktraining.com/courses/upgrade-your-javascript-to-es2015
* Introduction to Node.js course: https://www.fullstacktraining.com/courses/introduction-to-node-js
* The complete JavaScript developer: A primer to Full Stack JavaScript: https://www.fullstacktraining.com/courses/the-complete-javascript-developer-a-primer-to-full-stack-javascript

## Articles
* Articles related to ES2015 / ES6: https://fullstack-developer.academy/tag/ecma2015/
* Articles related to Node.js: https://fullstack-developer.academy/tag/nodejs/