https://github.com/bemihq/bemi-rails-example
https://github.com/bemihq/bemi-rails-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bemihq/bemi-rails-example
- Owner: BemiHQ
- Created: 2024-03-07T21:15:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T19:15:30.000Z (about 1 year ago)
- Last Synced: 2025-02-15T20:52:39.447Z (3 months ago)
- Language: Ruby
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bemi Rails Example
You can find a demo and detailed documentation here https://docs.bemi.io.
## System Dependencies
* Devbox
* PostgreSQL
* Ruby## Installation
```
make init
make up-services
make create
cp .env.sample .env
```## Development
```
make install
make migrate
make up
```