https://github.com/bemihq/bemi-supabase-js-example
https://github.com/bemihq/bemi-supabase-js-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bemihq/bemi-supabase-js-example
- Owner: BemiHQ
- Created: 2024-06-18T16:16:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:02:14.000Z (10 months ago)
- Last Synced: 2025-02-15T20:52:39.489Z (3 months ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bemi Prisma Example
You can find a demo and detailed documentation here https://docs.bemi.io.
## System Dependencies
* Docker
* Supabase
* Devbox
* Bun (client)
* Pnpm## Installation
```
make init
make up-services
cp server/.env.sample server/.env
```## Development
```
make install
make migrate
make up
```