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
- Host: GitHub
- URL: https://github.com/tpiros/restful-web-service-node-training
- Owner: tpiros
- Created: 2018-08-27T14:22:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T20:46:04.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T15:50:38.723Z (about 1 year ago)
- Topics: ecmascript2015, es6, express, expressjs, javascript, mongodb, nodejs, nosql
- Language: JavaScript
- Homepage: https://fullstack-developer.academy
- Size: 4.81 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/