Skip to content

buggoing/echo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A RESTful backend template using echo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published