Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 384 Bytes

File metadata and controls

21 lines (19 loc) · 384 Bytes

echo-template

A RESTful backend template using echo

Usage

docs

make doc
./build/doc

then visit localhost:20002/index.html for docs.

build

make

Tools

Generate rsa keypair for JWT

openssl genrsa > private.rsa
openssl rsa -in private.rsa -pubout > public.rsa