> For the complete documentation index, see [llms.txt](https://www.saladpuk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.saladpuk.com/web/web-api-101/create-your-web-api.md).

# 3.สร้าง Web API ตัวแรกกัน

💬 หลังจากที่ติดตั้ง .NET Core SDK เรียบร้อยละคราวนี้เราจะมาลองสร้างเว็บโปรเจคที่เป็น Web API กันดูนะครับ

{% embed url="<https://www.youtube.com/watch?v=3LoCMXsO7RU&list=PLUjAn8nwWniheN3OLy6i7xu1VYq4Tzj7p&index=4>" %}

{% hint style="success" %}
สำหรับเพื่อนๆคนไหนที่ยังไม่ได้ลง Visual Studio Code รบกวนไปติดตั้งก่อนได้จากลิงค์ด้านล่างนี้ครับ\
[Visual Studio Code](https://code.visualstudio.com) หรือถ้าต้องการเล่นตัว [Visual Studio Community](https://visualstudio.microsoft.com/vs/community) ก็สามารถใช้ได้เลยเหมือนกันครับ
{% endhint %}

## 🎯 สรุปสั้นๆ

### 👨‍🚀 คำสั่งในการสร้างโปรเจค

```
dotnet new webapi -n ชื่อโปรเจคของเรา
```
