Skip to content

Commit 8a260b2

Browse files
authored
Update README.md to English
English
1 parent ec615f6 commit 8a260b2

File tree

1 file changed

+76
-74
lines changed

1 file changed

+76
-74
lines changed

README.md

Lines changed: 76 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,92 @@
11

2-
# Giới thiệu
2+
# Introduce
33
![Cover](docs/images/Cover.png)
4-
##DEMO:
5-
*VIDEO: https://youtu.be/X7CEoBDfQoU
6-
*Database, report, images, Source code** If error: https://s.net.vn/M7qj
7-
## Công cụ sử dụng:
4+
## DEMO:
5+
* Video demo: https://youtu.be/X7CEoBDfQoU
6+
* Images, Database, report, Source code
7+
* If error: https://s.net.vn/M7qj
8+
## Technology used:
89
* Backend: PHP(Laravel)
910
* Frontend: HTML, CSS, JS(Ajax jQuery)
1011
* Database: MySQL
11-
## Cơ sở dữ liệu
12+
## Database
1213
![Database 4](docs/images/Database_4.png)
1314

14-
## Hướng dẫn cài đặt và sửa lỗi
15-
* Lỗi hình ảnh
16-
* Xóa `public->storage`
17-
* Chạy Terminal: `php artisan storage:link`
18-
## Sơ đồ Trang web
15+
## Instructions for installation and error correction
16+
* `composer update`
17+
* Fix no image error:
18+
* Download the missing image file: https://s.net.vn/M7qj
19+
* Delete folder `public->storage`
20+
* Run Terminal: `php artisan storage:link`
21+
## Site Map
1922
![sitemap](docs/images/sitemap.png)
20-
# Các chức năng
21-
## Trang Người dùng
22-
* Đăng nhập, Đăng ký (Mạng xã hội)
23-
* Xác thực tài khoản email
24-
* Quên mật khẩu
25-
* Xác thực tài khoản email
26-
* Sửa thông tin người dùng
27-
* Địa chỉ
28-
* API của tỉnh Đà Nẵng chỉnh sửa lại và tính phí vận chuyển Ajax
29-
* Trạng thái đơn hàng
30-
* Xem Đánh giá, Mã giảm giá đã thực hiện.
23+
# Functions and Pages:
24+
## User Page
25+
* Login, Register (Social Network)
26+
* Verify email account
27+
* Forgot password
28+
* Verify email account
29+
* Edit user information
30+
* Address
31+
* Da Nang province's API revises and calculates Ajax shipping fees
32+
* Order status
33+
* View Reviews, Discount Codes implemented.
3134

32-
## Trang chủ/ Trang thông tin về cửa hàng
33-
* Xem các thông tin về nhà hàng
34-
* Thông tin
35+
## Home page/About us
36+
* Information about the restaurant
3537
* Slider
3638
* Banner
37-
* Hình nhà hàng
39+
* image gallery
3840

39-
## Thực đơn
40-
* Xem sản phẩm
41-
* theo tab
42-
* Đánh giá
43-
* số sao (5 sao)
44-
* Thêm món bằng Ajax
45-
* Xem chi tiết món ăn
41+
## Menu
42+
* View products
43+
* by tab
44+
* Add product using Ajax
45+
* View product details
46+
* Rating (5 stars)
4647

47-
## Giỏ hàng (AJAX)
48-
* Thêm, sửa, xóa bằng Ajax Jquery
49-
* Tính toán điều kiện giá tiền khi: Thêm, Sửa, Xóa, Áp mã giảm giá, Phí vận chuyển
50-
## Thanh toán
51-
* Gửi email thông tin đơn hàng
48+
## Cart (AJAX)
49+
* Add, edit, and delete with Ajax JQuery.
50+
* Calculate price conditions when: Add, Edit, Delete, Apply discount code, Shipping fee.
51+
## Pay
52+
* Update order status
53+
* Email order information to customers
5254
## Blog
53-
* Xem danh sách, danh mục, chi tiết bài viết
54-
* Tìm kiếm ajax (từ khóa gợi ý)
55-
* Bình luận (AJAX)
56-
* Thêm bình luận
57-
* Sắp xếp
58-
* mới nhất hoặc nổi bật
59-
* Thích/ không thích
60-
* Báo cáo (Người dùng), Ẩn bình luận (Quản trị)
61-
* Xem thêm
62-
## Đặt bàn
63-
* Thêm vào DB và gửi mail
64-
## Quản trị viên
55+
* View list, categories, article details
56+
* Search (suggested keywords)
57+
* Comment (AJAX)
58+
* Add comments
59+
* Arrange
60+
* newest or most prominent.
61+
* Like/dislike
62+
* Report (User), Hide comments (Admin)
63+
* Load more comments
64+
## Reservation
65+
* Add to DB and send a confirmation email.
66+
## Administrators
6567
![Admin Home Page](docs/images/admin.png)
66-
### Quản lý thông tin nhà hàng
67-
* Bài viết giới thiệu
68-
* Thư viện hình ảnh
69-
* Slider
70-
* Banner
71-
### Quản lý thực đơn
72-
* Món ăn
73-
* Loại món ăn
74-
* Bình luận
75-
### Quản lý Blog
76-
* Bài viết
77-
* Danh mục
78-
* Bình luận
79-
### Quản lý Đơn Hàng
80-
* Mã giảm giá
81-
* Phí Vận Chuyển (load API tỉnh, quận ĐN)
82-
* Đơn hàng
83-
* Duyệt các trạng thái đơn hàng
84-
* Xem chi tiết(In hóa đơn, gửi mail thông báo)
85-
### Phân quyền hệ thống (gate policy)
86-
* Tài khoản người dùng
87-
* Quản lý vai trò
88-
* Quyền xử lý
89-
# Hết
68+
### Restaurant information management.
69+
* Introductory article
70+
* Image galleries
71+
* Sliders
72+
* Banners
73+
### Menu management
74+
* Products
75+
* Categories
76+
* Reviews
77+
### Blog Management
78+
* Posts
79+
* Categories
80+
* Comments
81+
### Order Management
82+
* Discount code
83+
* Shipping Fee (API province, Da Nang district)
84+
* Order
85+
* Browse order status
86+
* View details (Print invoice, send notification email)
87+
### Decentralization (gate and policy)
88+
* Users account
89+
* Roles management
90+
* Processing rights
91+
# Thank you for scrolling this far!!
9092
![Database 4](docs/images/thank_you.png)

0 commit comments

Comments
 (0)