# Command
**Source**
`cd "C:\Users\Thanh Nhan\OneDrive\Documents\GitHub\tay-yen-tu\src\Gateway"`
`code .`
**Migrations**
- Yêu cầu: Tạo / cập nhật bảng trong cơ sở dữ liệu bằng ef code first
`dotnet ef migrations add "message"`
- Yêu cầu cơ sở dữ liệu update theo yêu cầu trên
`dotnet ef database update`
**Chạy chương trình**
`dotnet build`
`dotnet run`
**Chạy chương trình với docker**
`docker-compose up -d --build`
**luu y**
await async c#
**Controller**
HTTP GET > lấy dữ liệu
HTTP POST > Thêm dữ liệu
HTTP PUT > Cập nhật dữ liêu
HTTP DELETE > Xoá dữ liệu