https://github.com/ormanli/todo-backend
An example todo-backend implementation with Go kit, GORM and PostgreSQL
https://github.com/ormanli/todo-backend
gokit golang gorm postgresql todo-backend todobackend
Last synced: 6 months ago
JSON representation
An example todo-backend implementation with Go kit, GORM and PostgreSQL
- Host: GitHub
- URL: https://github.com/ormanli/todo-backend
- Owner: ormanli
- License: unlicense
- Created: 2020-02-09T19:13:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T13:09:01.000Z (over 5 years ago)
- Last Synced: 2025-02-05T10:14:51.237Z (11 months ago)
- Topics: gokit, golang, gorm, postgresql, todo-backend, todobackend
- Language: Go
- Homepage: https://todo-backend-gokit-postgresql.herokuapp.com/todos
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-backend
This is an example implementation for [Todo-Backend](https://www.todobackend.com) with [Go kit](https://github.com/go-kit/kit), [GORM](https://gorm.io/) and PostgreSQL.
An instance is available at [Heroku](https://todo-backend-gokit-postgresql.herokuapp.com/todos).
Requirements
====
* Docker > 19.03.5
* Docker Compose > 1.25.4
How To Run
====
Go to root folder and run `make start`. It will start application and expose at `8902` port.