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

https://github.com/bemihq/bemi-mikro-orm-example


https://github.com/bemihq/bemi-mikro-orm-example

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bemi MikroORM 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
```