File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-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
+ |-- github.com (libs from github)
20
+ |-- libs (depends libs)
21
+ |-- log (business logs)
22
+ |-- tests (test cases)
23
+ |-- docs
24
+
25
+ Function Call:
26
+ WebMain --> serves --> controllers --> daos(mgodaos/mysqldaos) --> models & conf
27
+
28
+ Developers:
29
+ coder4869@gmail.com
30
+
31
+ Depends:
32
+ "github.com/coder4869/golibs"
33
+ "gopkg.in/mgo.v2"
34
+
35
+
36
+ # Run & Deployment
37
+ Refer to "docs/Run&Deploy.md", this document provides the modify points
38
+ for run and deploy the project.
39
+
40
+
41
+ # More
42
+ Other README.md or docs
43
+
44
+
You can’t perform that action at this time.
0 commit comments