Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 2.41 KB

README.md

File metadata and controls

78 lines (55 loc) · 2.41 KB

iFind

Possibly it will be a national data searcher, at the moment we provide information from a NIF

Doc link -> https://ifind.deta.dev/docs/

Avaliable Routes

Currently existing routes:

  • /find_user/?nif allows to return information from a nif.

     {
        "origin": "remote",
        "data": {
           "nif": ":nif:",
           "name": "MATIAS ANTONIO VICTORINA FERNANDO"
        }
     }
    • / root route kkkk🤣.
    {
        "msg": "Bem-Vindo ao iFind"
    }

Captura de ecrã 2023-01-03, às 16 01 09

Tech

See.K uses a number of open source projects to work properly:

  • [FastAPI] - s a modern, fast (high-performance), web framework for building APIs!
  • [redis] - For database
  • [requests]

Installation

Install the dependencies

pip install -r requirements.txt 

License

MIT

Free Software, Hell Yeah!