Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amashigeseiji/orm

ORM for BEAR.Sunday
https://github.com/amashigeseiji/orm

Last synced: 2 months ago
JSON representation

ORM for BEAR.Sunday

Awesome Lists containing this project

README

        

# ORM for BEAR.Sunday

## Development

### Tests with docker

```bash
# Build docker image
docker-compose build

# Install vendor
docker-compose run orm install

# Run tests
docker-compose up
```