Just-maple / DBGMS-Webserver

Database Manage System Web Server base on MongoDB and Golang Gin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A WebServer Based on Golang Gin and Mgo as Database

DEMO build : go build -o server ./demo

Run order:

0. Init your config please set a mongodb url as db dial

1. Init Server

2. Init Database --handler.NewDataBase()

3. Register API --handler.RegisterAPI()

4. Init Meta Config --handler.InitMetaConfig()

5. Start Server --server.Start()

you can visit http://localhost:8388/ to start (default port,you can change it in config)

About

Database Manage System Web Server base on MongoDB and Golang Gin


Languages

Language:Go 99.4%Language:HTML 0.6%