a mini restful server
to build a efficient restful server with only a command
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
[server]
port = 4006
[database]
addr = localhost
port = 3306
user = root
password = root
database = example
Method | Path |
---|---|
GET | /:table/:id |
DELETE | /:table/:id |
PUT | /:table/:id |
POST | /:table |