An open API service indexing awesome lists of open source software.

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.

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).