Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 442 Bytes

Overview

PseudoGatewayAPI is the gateway server of PseudoRESTAPI for interacting with external clients. Client apps can access models with their model names as the URL path (e.g. /officers) and do CRUD operations using HTTP requests. More information can be read in the documentation.

Technologies

  • Fastify
  • TypeScript
  • Supabase
  • Vercel