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
- Host: GitHub
- URL: https://github.com/kmkoushik/ror-react-mongo
- Owner: KMKoushik
- License: mit
- Created: 2020-03-01T13:51:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:40:19.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T12:41:47.874Z (over 1 year ago)
- Topics: mngodb, rails-react, react, ror, ruby-on-rails
- Language: Ruby
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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`