https://github.com/dangvanthanh/nodejs-practice
Node.js Practice
https://github.com/dangvanthanh/nodejs-practice
expressjs graphql mongodb nodejs postgresql
Last synced: 3 months ago
JSON representation
Node.js Practice
- Host: GitHub
- URL: https://github.com/dangvanthanh/nodejs-practice
- Owner: dangvanthanh
- Created: 2018-03-11T17:31:14.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T15:15:09.000Z (over 3 years ago)
- Last Synced: 2026-03-11T13:32:50.631Z (4 months ago)
- Topics: expressjs, graphql, mongodb, nodejs, postgresql
- Language: JavaScript
- Homepage: http://learning-objectives.surge.sh/
- Size: 397 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Node.js and GraphQL
## Roadmap

## Prepare
### Learn Node.js
- Learn Package Manager
+ NPM
+ Yarn
- Basic Node.js
+ Understanding Async Programming
+ Node.js Server
+ Using Databases
+ The Request Modules
+ Authentication
+ Unit Testing
+ Debugging
+ Security
- Framework
+ Express
+ Hapi
+ Koa
### Learn GraphQL
- What is GraphQL?
- GraphQL
+ Hierarchical
+ Product-centric
+ Strong-type
+ Client-specified queries
+ Introspective
- Beginner with GraphQL
+ Queries
+ Mutations
+ Schemas and Types
+ Validation
+ Execution
+ Routing
+ Authentication
+ Pagination
+ Cache
## Objectives
- Create APIs using Node.js and GraphQL
+ Use GraphQL on the Frontend using Vue.js and Apollo
+ Build GraphQL Server using Node.js
- Deployment on Surge or Now