You can now view my profile with an API call.
View the docs at https://api.navs.page/docs
- Firebase
- Realtime Database - Allows me to instantly update my profile with ease.
- Firebase Storage - To store and access static files.
- Deta.sh
- Deta Micros - The place where the API is deployed.
- Deta Base - An object based DB that I use as an Intermediate Key Value store to cache data from Firebase.
- Python 3.9
- FastAPI - Beautiful to use Python web framework.