Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e80d91

Browse files
committed
update README.md
1 parent 6667712 commit 5e80d91

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+

0 commit comments

Comments
 (0)