This project focus on creating a fastapi for the web framework and user able to use linebot as frontend client there are few more constrains adding to this project
- no db: I will try to use a file-base storage system to record my result. And save the data locally.
- cache all the data in ram. only read from file if the system is crashed
- test driven
- add docker to manage env
- since my cloud dev env is not ready. (cloudcone has connection issue) I'm going to develop by mac