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

https://github.com/iambedant/learning_microservice


https://github.com/iambedant/learning_microservice

elixir elixir-phoenix golang microservice

Last synced: 5 months ago
JSON representation

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.