live on 14 JUL 17 🍺
- NodeJS - https://nodejs.org/en/
- Mongodb - https://www.mongodb.com/
- Yarn - https://yarnpkg.com/en/
- VSCode - https://code.visualstudio.com/
- Postman - https://www.getpostman.com/
- Prepare
- NodeJS
- Yarn
- Mongodb
- VSCode
- Postman
- Basic JS
- Let / Const
- Module
- require('..'), module.exports
- de-Structuring
- Arrow Function
- Template String
- .map, .find, .reduce, .filter
- ExpressJS
- Web server with Nodejs
- Router
- URI
- Request
- req.params
- req.query
- Response
- res.send
- res.json
- Params
- req.params
- Middleware
- Mongodb
- Use mongodb with mongoose
- Schema
- Create Todo schema
- create, find
- What’s next ~
- PassportJS
- Jest
- watch the code in
ASK