Skip to content

hinha/simple-restapi-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-restapi-go

How to use

Using MongoDB:

export URL_DB=mongo
export MONGO_URL=<host>
export MONGO_TIMEOUT=30
export MONGO_DB=<database>

Using Redis:

export URL_DB=redis
export REDIS_URL=redis://localhost:6379

Running Application

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages