├── .gitignore
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | .vscode
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | [![Youtube][youtube-shield]][youtube-url]
2 | [![Facebook][facebook-shield]][facebook-url]
3 | [![Instagram][instagram-shield]][instagram-url]
4 | [![LinkedIn][linkedin-shield]][linkedin-url]
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | ## Table of Contents
14 |
15 | - [How to run](#how-to-run)
16 | - [Contact](#contact)
17 |
18 |
19 |
20 | ## How to run
21 |
22 | Different lessons taught in the Youtube Tutorial Series (https://www.youtube.com/playlist?list=PLHiZ4m8vCp9PHnOIT7gd30PCBoYCpGoQM) are organized in separate branches. For example, lesson-1 source code is shared in lesson-1 branch. Just switch to a branch and see corresponding README file instruction.
23 |
24 |
25 |
26 | ## Contact
27 |
28 | Sumit Saha - [sumit@learnwithsumit.com](mailto:sumit@learnwithsumit.com)
29 |
30 | Repository Link: [https://github.com/learnwithsumit/express-js-tutorial](https://github.com/learnwithsumit/express-js-tutorial)
31 |
32 | Youtube Channel: [https://youtube.com/LearnwithSumit](https://youtube.com/LearnwithSumit)
33 |
34 |
35 |
36 | [youtube-shield]: https://img.shields.io/badge/-Youtube-black.svg?style=flat-square&logo=youtube&color=555&logoColor=white
37 | [youtube-url]: https://youtube.com/LearnwithSumit
38 | [facebook-shield]: https://img.shields.io/badge/-Facebook-black.svg?style=flat-square&logo=facebook&color=555&logoColor=white
39 | [facebook-url]: https://facebook.com/letslearnwithsumit
40 | [instagram-shield]: https://img.shields.io/badge/-Instagram-black.svg?style=flat-square&logo=instagram&color=555&logoColor=white
41 | [instagram-url]: https://instagram.com/learnwithsumit
42 | [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
43 | [linkedin-url]: https://linkedin.com/company/learnwithsumit
44 |
--------------------------------------------------------------------------------