Skip to content

Commit 3e9b509

Browse files
authored
Update README.md
1 parent 0ab6ed0 commit 3e9b509

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
# 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/

0 commit comments

Comments
 (0)