Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 846 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 846 Bytes

A Simple Full Stack Drive Application

Tech Stack Used

  • SvelteKit - Sveltekit as Backend as well as Frontend using (Svelte, TypeScript)
  • tRPC - Typesafe API for auth and Drive API
  • Deta - A Free Hosting service to host and deploy our app. Also provides inbuilt support for databases and File Storage.

This Repository was using FastAPI as Backend and GraphQL for Drive API, till this commit.
I had also built the same site using Nextjs and React for frontend, here.