this project has been replaced with a better updated implementation at https://github.com/dpakach/zwitter
Zwiter is a very simple system with different services for users
and posts
using simple json files for data storage and grpc and protocol buffers for communication between the services
For running zwitter follow following steps
go get -u github.com/dpakach/zwiter
cd $GOPATH/src/github.com/dpakach/zwiter
make initialize
make users
make posts
For running using docker refer to this guide
- Add Authentication or Authorization
- Refactor Store into a different Service
- CLI client