Skip to content

navhits/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naveen's API

You can now view my profile with an API call.

View the docs at https://api.navs.page/docs

Underlying Technology

Platform

  1. Firebase
    • Realtime Database - Allows me to instantly update my profile with ease.
    • Firebase Storage - To store and access static files.
  2. 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.

Language and Frameworks

  1. Python 3.9
  2. FastAPI - Beautiful to use Python web framework.