Skip to content

Latest commit

 

History

History
79 lines (74 loc) · 4.22 KB

README.md

File metadata and controls

79 lines (74 loc) · 4.22 KB

BabakScript Bookmark Manager (Delicious.com clone)

BabakScript

Minimalist and super-fast Delicious clone based on Nest.js and React (video tutorial available on YouTube)

You can watch step-by-step video tutorial for this repo on this Youtube playlist:
https://www.youtube.com/playlist?list=PL_YlQ3V61lxbS-vZuKHcImr3_VJlM58-w

TOC

1. Setup CLI

2. Setup Project

3. Modules in Nest.js

4. First Module

5. First Controller

6. Describe 3 key concepts: Service, Provider & Dependancy Injection

7. First Service

8. First Endpoint

9. Add type-checking and UUID to bookmarks

10. First Post Request

11. DTO concept and implement first DTO

12. Using Route Parameters

13. Query Parameters

14. First Delete Request

15. First Patch Request

16. Add Endpoint Prefix

17. Playlist / Project Plan