Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 313 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 313 Bytes

Bemi TypeORM Example

You can find a demo and detailed documentation here https://docs.bemi.io.

System dependencies

  • Devbox
    • Bun
    • PostgreSQL

Installation

make init
make up-services
make create
cp server/.env.sample server/.env

Development

make install
make migrate
make up