Skip to content
/ mins Public

a mini restful resource server for frontend workers. Make it easy!

License

Notifications You must be signed in to change notification settings

chenhg5/mins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a mini restful resource server for frontend workers. Make it easy!

Resources

License

Stars

Watchers

Forks

Packages

No packages published