Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
# Hướng dẫn

Thao tác với Khách Hàng Tiềm Năng:
- Hiện từng thông tin: http://20.212.111.173:5000/khachhangtiemnang/id (thay bằng id mong muốn)
- Hiện tất cả thông tin: http://20.212.111.173:5000/khachhangtiemnang
- Thêm thông tin khách hàng khác: http://20.212.111.173:5000/khachhangtiemnang [POST]
- Cập nhật thông tin từng khách hàng: http://20.212.111.173:5000/khachhangtiemnang/id [PUT]
- Xóa thông tin từng khách hàng: http://20.212.111.173:5000/khachhangtiemnang/id [DELETE]

Thao tác với Nhà Cung Cấp:
- Hiện từng thông tin: http://20.212.111.173:5000/nhacungcap/id (thay bằng id mong muốn)
- Hiện tất cả thông tin: http://20.212.111.173:5000/nhacungcap
- Thêm thông tin nhà cung cấp khác: http://20.212.111.173:5000/nhacungcap [POST]
- Cập nhật thông tin từng nhà cung cấp: http://20.212.111.173:5000/nhacungcap/id [PUT]
- Xóa thông tin từng nhà cung cấp: http://20.212.111.173:5000/nhacungcap/id [DELETE]
Loading