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

https://github.com/kmkoushik/ror-react-mongo

Example repository to Getting started with RoR, React & MongoDB
https://github.com/kmkoushik/ror-react-mongo

mngodb rails-react react ror ruby-on-rails

Last synced: 3 months ago
JSON representation

Example repository to Getting started with RoR, React & MongoDB

Awesome Lists containing this project

README

          

# ror-react-mongo
Example repository to Getting started with RoR, React & MongoDB

## Development :rocket:

### server
- `cd server`
- Install the gems using `bundle install`
- Change DB details of mongo in `config/mongoid.yml`
- Start server using `rails s`

### client

- `cd client`
- `yarn install`
- `yarn start`