Completed
⌨️ pushing to github
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
CRUD API Tutorial – Node, Express, MongoDB
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ package.json
- 3 ⌨️ express framework
- 4 ⌨️ npm run server
- 5 ⌨️ API testing tools
- 6 ⌨️ git bash
- 7 ⌨️ nodemon
- 8 ⌨️ mongodb setup
- 9 ⌨️ product model
- 10 ⌨️ create api
- 11 ⌨️ read api all
- 12 ⌨️ read api id
- 13 ⌨️ update api
- 14 ⌨️ delete api
- 15 ⌨️ Form URL Encoded
- 16 ⌨️ routes
- 17 ⌨️ controllers
- 18 ⌨️ checking and testing
- 19 ⌨️ pushing to github