Completed
Test
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
RESTful API From Scratch Using Node, Express and MongoDB
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Installation
- 3 Create NPM
- 4 Create App KS
- 5 Create Node App
- 6 Create MongoDB Database
- 7 Create API Route
- 8 Create Genre Variable
- 9 Add Genre to Route
- 10 Access Genre Object
- 11 Create Book Model
- 12 Methods
- 13 Get a single book
- 14 Get book by ID
- 15 Get genre
- 16 Get post
- 17 Test
- 18 BodyParser
- 19 Add Books
- 20 Publish Pages
- 21 Genre Model
- 22 Copy Post
- 23 Copy Genre ID
- 24 Copy Book ID
- 25 Get Book ID