# README
Postgres and Redis Service
implementing caching system in postgre REST API
Port : 7200
API :
- /basic/postgres
- /basic/static
Tech
- Golang - programming language
- Gin Gonic - HTTP web framework written in Go (Golang)
- GORM - ORM library for dealing with relational databases
- Redis - Caching system
ENV needed
for postgres
HOST
USERPG
PASSWORD
DB
PGPORT
SSLMODE
for redis
REDISADDR
REDISDB
REDISPASS
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author