본문 바로가기

express

"Udemy" API by myself

What do I have to do first?

1. Define model schemas 

 

2. Inspector/User CRUD

 + ErrorHandler middleware

 

3. Course CRUD

 

4. Review CRUD

(all objects CURD is public till this step)

 

5. put Authentication and Permission

 - User/Instructor Register / Encrypting password / Authentication: JWT / Auth Protect / Role Authorization

 - User CRUD

 - Course CRUD

 - Review CURD

 

6. Detail Query - Filtering/ Sorting/ Selecting

 

7. Fetching videos

 

8. API Security

 

9. Documentation & Deploy

'express' 카테고리의 다른 글

How do I do object CRUD?  (0) 2020.05.15
UdemyAPI_Define model schema  (0) 2020.05.13
Udemy course spec/APIs  (0) 2020.05.13
How to manage of 1:N relationship? mongoose  (0) 2020.05.12
The process error handling  (0) 2020.05.11