https://github.com/bemihq/bemi-mikro-orm-example
https://github.com/bemihq/bemi-mikro-orm-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bemihq/bemi-mikro-orm-example
- Owner: BemiHQ
- Created: 2024-09-13T17:06:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T15:41:50.000Z (8 months ago)
- Last Synced: 2024-12-24T01:28:13.673Z (4 months ago)
- Language: TypeScript
- Size: 302 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```