Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 329 Bytes

ror-react-mongo

Example repository to Getting started with RoR, React & MongoDB

Development 🚀

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