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

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

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
```