https://github.com/peterkibuchi/drive-tutorial
https://github.com/peterkibuchi/drive-tutorial
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterkibuchi/drive-tutorial
- Owner: peterkibuchi
- Created: 2025-07-28T09:36:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T12:24:03.000Z (11 months ago)
- Last Synced: 2025-08-14T13:24:28.854Z (11 months ago)
- Language: TypeScript
- Homepage: https://drive-tutorial-dun.vercel.app
- Size: 311 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drive Tutorial
## TODO
- [ ] Setup data model
- [ ] Move folder open state to URL
- [ ] Add auth
- [ ] Add file uploading
## Note from 28-07-2025
Just finished setting up db. Next steps:
- [ ] Update schema to show files and folders
- [ ] Manually insert examples
- [ ] Render them in the UI
- [ ] Push to make sure it all works