https://github.com/bemihq/bemi-typeorm-example
Todo app with TypeORM
https://github.com/bemihq/bemi-typeorm-example
Last synced: 24 days ago
JSON representation
Todo app with TypeORM
- Host: GitHub
- URL: https://github.com/bemihq/bemi-typeorm-example
- Owner: BemiHQ
- Created: 2023-12-08T16:45:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T15:24:43.000Z (8 months ago)
- Last Synced: 2025-02-15T20:52:38.843Z (3 months ago)
- Language: TypeScript
- Homepage: https://docs.bemi.io
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```