Skip to content

Commit b48f3f1

Browse files
committed
first submit for README
1 parent 410672e commit b48f3f1

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README

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

0 commit comments

Comments
 (0)