mins

command module
v0.0.0-...-d71c872 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2018 License: MIT Imports: 17 Imported by: 0

README

Mins

a mini restful server

to build a efficient restful server with only a command

usage

mac

brew tap chenhg5/tap && brew install mins

linux

wget https://github.com/chenhg5/mins/releases/download/0.0.4/mins_linux -O mins
mins -c /the/config/file/path

config.ini example

[server]
port = 4006

[database]
addr = localhost
port = 3306
user = root
password = root
database = example

route

Method Path
GET /:table/:id
DELETE /:table/:id
PUT /:table/:id
POST /:table

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL