An open API service indexing awesome lists of open source software.

https://github.com/rjxby/teww

Go microservice architecture sample
https://github.com/rjxby/teww

docker docker-compose golang javascript microservices reactjs redis redux webpack2

Last synced: 3 months ago
JSON representation

Go microservice architecture sample

Awesome Lists containing this project

README

          

# TEWW
Golang microservice architecture sample. The sample includes 4 services with trivial names: client, auth, backend and db.

Client - web entrypoint for user.


Auth - JWT authentication implementation.


Backend - server side worker for processing users requests.


DB - storage for user data.

*Ports*
* *client :3000*
* *auth :3001*
* *backend :3002*
* *db (redis) :6379*

*TODO*

* *connect auth to db*
* *add loader*
* *add autorization functionality*
* *add logs*
* *add tests*