Skip to content

fajarardiyanto/boiler-monolith-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boiler Plate

Boiler plate REST API using gorilla/mux v1.8.0.

Call Parameter
# using curl
curl -X GET -H "Content-Type: application/json" -d '{}' \
http://localhost:8081/
Example ENV Config
APPLICATION_NAME=privy
APPLICATION_PORT=8081
APPLICATION_TRACE_REPORT=false

DATABASE_ENABLE=true
DATABASE_HOST=139.59.123.79
DATABASE_PORT=3306
DATABASE_USERNAME=root
DATABASE_PASSWORD=P@ssw0rd
DATABASE_NAME=faltar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published