I'm quite enjoy creating small apps like this so I went a bit far and played with it a bit in the past 3 days. Now it's time to hear your suggestions! Any comment would be helpful.
Since it's a test project, so for some part like OAuth, I didn't use libraries, instead I made my own, db part as well, I'm using Redis for storing everything in this project.
Currently, testing part is still missing, as well as logging strategy is not well planed yet, I didn't go with TDD for this project so I'd implement that lastly. But I do have some ideas spinning in my mind, will add a few tests in, stay tuned.
Happy monday morning!
This is my implementation of the test project, please checkout README.md for more info(I temporarily moved the original README.md to under docs/).
To have some fun with it quickly, go to https://talks.mindfine.com
I'm quite enjoy creating small apps like this so I went a bit far and played with it a bit in the past 3 days. Now it's time to hear your suggestions! Any comment would be helpful.
Since it's a test project, so for some part like OAuth, I didn't use libraries, instead I made my own, db part as well, I'm using Redis for storing everything in this project.
Currently, testing part is still missing, as well as logging strategy is not well planed yet, I didn't go with TDD for this project so I'd implement that lastly. But I do have some ideas spinning in my mind, will add a few tests in, stay tuned.