Skip to content

Commit

Permalink
added video link in README to each project
Browse files Browse the repository at this point in the history
  • Loading branch information
appak21 committed Aug 3, 2022
1 parent 9c39891 commit 1c2cdd8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ In this [_Go programming language course for beginners_](https://youtu.be/jFfo23
This course is created by [Akhil Sharma](https://github.com/AkhilSharma90). <br>

### ⭐️Project list⭐️
1. [Build a simple web server with Golang](https://github.com/appak21/11-projects/tree/main/1-simple-server)
2. [Build a CRUD API with Golang](https://github.com/appak21/11-projects/tree/main/2-movies-crud)
3. [Golang with MySQL book management system](https://github.com/appak21/11-projects/tree/main/3-bookstore)
4. Simple SlackBot to calculate age
1. [Build a simple web server with Golang](https://github.com/appak21/11-projects/tree/main/simple-server)
2. [Build a CRUD API with Golang](https://github.com/appak21/11-projects/tree/main/movies-crud)
3. [Golang with MySQL book management system](https://github.com/appak21/11-projects/tree/main/bookstore)
4. [Simple SlackBot to calculate age](https://github.com/appak21/11-projects/tree/main/slack-age-bot)
5. Golang SlackBot for file uploading
6. Email verifier tool with Golang
7. AWS Lambda with Golang
Expand Down
3 changes: 3 additions & 0 deletions bookstore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Golang with MySQL book management system

[YouTube video](https://youtu.be/1E_YycpCsXw)
3 changes: 3 additions & 0 deletions movies-crud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Build a CRUD API with Golang

[YouTube video](https://youtu.be/TkbhQQS3m_o)
3 changes: 3 additions & 0 deletions slack-age-bot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Simple SlackBot to calculate age

[YouTube video](https://youtu.be/HnPm69i60xE)

0 comments on commit 1c2cdd8

Please sign in to comment.