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

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

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
```