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

https://github.com/dunghenry/rails_mongodb

ruby on rails + mongodb
https://github.com/dunghenry/rails_mongodb

docker docker-compose mongodb ruby-on-rails

Last synced: 3 months ago
JSON representation

ruby on rails + mongodb

Awesome Lists containing this project

README

          

# Ruby on Rails + MongoDB + Docker

### Install all package

```js
bundle install
```

### Run

```js
rails - s;
```

```js
bin/rails server
```