Skip to content

GoWeb is a go project which contains basic usage example for mongodb and mysql.

License

Notifications You must be signed in to change notification settings

coder4869/GoWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# GoWeb

	
# Introduction
	This WEB is an go web demo, now including WEB API used and mongodb DataBase.
	
Project Directory:
	|--GoWeb
		|--	src
			|-- WebMain (entry of the Project)
			|-- conf (config operations for DataBase)
			|-- core (business operation)
				|-- controllers 
				|-- defines 
				|-- mgodaos (including init of mongodb config)
				|-- models 
				|-- mysqldaos (including init of mysql DataBase config)
				|-- serves 
			|-- github.com (libs from github)
			|-- libs (depends libs)
			|-- log (business logs)
			|-- tests (test cases)	
		|--	docs
		
Function Call:
	WebMain --> serves --> controllers --> daos(mgodaos/mysqldaos) --> models & conf
	
Developers:
	coder4869@gmail.com
	
Depends:
	"github.com/coder4869/golibs"
	"gopkg.in/mgo.v2"

	
# Run & Deployment
	Refer to "docs/Run&Deploy.md", this document provides the modify points 
	for run and deploy the project. 
	
	
# More
 Other README.md or docs

 

About

GoWeb is a go project which contains basic usage example for mongodb and mysql.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages