Skip to content

KMKoushik/ror-react-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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