https://github.com/davidborzek/toomanyitems
TooManyItems is a easy to use inventory system app.
https://github.com/davidborzek/toomanyitems
app expo inventory inventory-management mobile react-native supabase
Last synced: 2 months ago
JSON representation
TooManyItems is a easy to use inventory system app.
- Host: GitHub
- URL: https://github.com/davidborzek/toomanyitems
- Owner: davidborzek
- Created: 2022-12-01T11:48:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T08:32:25.000Z (over 3 years ago)
- Last Synced: 2025-11-14T13:24:56.472Z (8 months ago)
- Topics: app, expo, inventory, inventory-management, mobile, react-native, supabase
- Language: TypeScript
- Homepage:
- Size: 800 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TooManyItems
## configure supabase credentials
Create a new file `.env` in the root of this project and add the following lines:
```bash
SUPABASE_URL=
SUPABASE_KEY=
```
The anon key can be obtained from [here](https://app.supabase.com/project/_/settings/api).