File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Project-Software-Technology-BKU-2021
2
- Đây là đồ án Công nghệ phần mềm mình thực hiện vào năm 2021, học kì 211 tại BKU.
2
+ Đây là đồ án Công nghệ phần mềm nhóm mình thực hiện vào 10/2021, học kì 211 tại BKU.
3
+
4
+ ## Table of contents
5
+ * [ Live demo] ( #live-demo )
6
+ * [ General info] ( #general-info )
7
+ * [ Technologies] ( #technologies )
8
+ * [ Setup] ( #setup )
9
+
10
+
11
+ ## Live demo
12
+ [ Nhà hàng Món Việt] ( https://project-software-technology-bku-2021.vercel.app/home )
13
+
14
+ ## General info
15
+ Dự án ứng dụng bán hàng e-commerce Nhà hàng Món Việt.
16
+
17
+ ## Technologies
18
+ Dự án dược tạo thành với những công nghệ sau:
19
+ * VueJS 3.0
20
+ * Bootstrap 5
21
+ * Firebase Firestore
22
+ * Zalo chat
23
+ * MoMo QR Pay
24
+
25
+ ## Setup
26
+ Để chạy thử dự án, sau khi download code về:
27
+
28
+ ```
29
+ $ cd ./project
30
+ $ npm install
31
+ $ npm run serve
32
+ ```
33
+
34
+ Dự án sẽ chạy trên localhost:8080/
You can’t perform that action at this time.
0 commit comments