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
- Host: GitHub
- URL: https://github.com/rjxby/teww
- Owner: rjxby
- License: mit
- Created: 2017-06-11T12:16:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T12:35:46.000Z (about 9 years ago)
- Last Synced: 2025-03-03T11:26:12.532Z (over 1 year ago)
- Topics: docker, docker-compose, golang, javascript, microservices, reactjs, redis, redux, webpack2
- Language: JavaScript
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*