Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 314 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 314 Bytes

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