https://github.com/iambedant/learning_microservice
https://github.com/iambedant/learning_microservice
elixir elixir-phoenix golang microservice
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iambedant/learning_microservice
- Owner: iamBedant
- Created: 2020-06-17T17:10:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T08:25:51.000Z (over 5 years ago)
- Last Synced: 2025-08-04T11:42:33.333Z (8 months ago)
- Topics: elixir, elixir-phoenix, golang, microservice
- Language: Elixir
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning_microservice
## Roadmap
- [x] Learn to read basic elixir
- [x] Learn to read basic go-lang
- [x] Create a mvp auth microservice in go
- [ ] Create a mvp todo microservice in elixir
- [ ] Use JWT for authorization
- [ ] Refactor mvp microservices to production quality
- [ ] Add API Gateway
- [ ] Add container support
- [ ] Add some inmemory cache like redis to cache JWTs
## Disclaimer
This code is not entirely mine. I am learning multiple things simultaneously that means I will be reading lots of blogposts and watching lots of videos for next couple of weeks. So its highly likely that I will use someone elses code in some parts.