Skip to content

Commit fd250ab

Browse files
authoredSep 15, 2022
Update Readme.md
1 parent b6dbe7f commit fd250ab

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

Diff for: ‎Project Mock Data Generator/Readme.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
Phạm Huy Cường Thịnh
44

5-
### **Student's ID:**
6-
7-
20127335
8-
95
### **Any notice on how to compile and run my project?**
106

117
- Compiler: g++ 8.1.0 version
@@ -16,14 +12,11 @@ Phạm Huy Cường Thịnh
1612

1713
I also compiled and run my project on Visual Studio Community 2019 version and work successfully so I demonstrated my project on Visual Studio Code for easy viewing.
1814

19-
2015
### **What I have done:**
2116

2217
In the Project 1: Mock data generator, I used the 3 layer architecture to apply for this project.
2318

24-
<img src="http://techdora.com/wp-content/uploads/2019/04/3LayeredArch.png" width="550" height="300" />
25-
26-
The first layer is data access:
19+
The first layer is data access
2720

2821
- The data access layer is responsible for reading the data from the database.
2922
- I used the class **StudentFileIO** to access the data, specifically here is all the students information in the hard-coded file.

0 commit comments

Comments
 (0)