https://github.com/bemihq/bemi-prisma-example
Todo app with Prisma
https://github.com/bemihq/bemi-prisma-example
Last synced: 20 days ago
JSON representation
Todo app with Prisma
- Host: GitHub
- URL: https://github.com/bemihq/bemi-prisma-example
- Owner: BemiHQ
- Created: 2023-12-14T21:52:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:06:17.000Z (5 months ago)
- Last Synced: 2025-03-27T12:08:11.380Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://docs.bemi.io
- Size: 341 KB
- Stars: 2
- 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
* Devbox
* PostgreSQL
* Bun## Installation
```
make init
make up-services
make create
cp server/.env.sample server/.env
```## Development
```
make install
make migrate
make up
```