File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ # GoWeb
2
+
3
+
4
+ # Introduction
5
+ This WEB is an go web demo, now including WEB API used and mongodb DataBase.
6
+
7
+ Project Directory:
8
+ |--GoWeb
9
+ |-- src
10
+ |-- WebMain (entry of the Project)
11
+ |-- conf (config operations for DataBase)
12
+ |-- core (business operation)
13
+ |-- controllers
14
+ |-- defines
15
+ |-- mgodaos (including init of mongodb config)
16
+ |-- models
17
+ |-- mysqldaos (including init of mysql DataBase config)
18
+ |-- serves
19
+ |-- libs (depends libs)
20
+ |-- log (business logs)
21
+ |-- tests (test cases)
22
+ |-- docs
23
+
24
+ Function Call:
25
+ WebMain --> serves --> controllers --> daos(mgodaos/mysqldaos) --> models & conf
26
+
27
+ Developers:
28
+
29
+
30
+ Depends:
31
+ "github.com/coder4869/golibs"
32
+ "gopkg.in/mgo.v2"
33
+
34
+
35
+ # Run & Deployment
36
+ Refer to "docs/Run&Deploy.md", this document provides the modify points
37
+ for run and deploy the project.
38
+
39
+
40
+ # More
41
+ Other README.md or docs
42
+
43
+
You can’t perform that action at this time.
0 commit comments