bujosa / keid

This is a simple api in go using redis as primary datastore, and chi for router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keid

This is a simple api in go using redis as primary datastore and chi as http router.

Goals

  • Create a simple api in go
  • Use redis as primary datastore
  • Use chi as http router

How to run

Run redis server

docker run --name redis -p 6379:6379 -d redis

Run the api

go run main.go

References

About

This is a simple api in go using redis as primary datastore, and chi for router

License:MIT License


Languages

Language:Go 100.0%