Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik authored Mar 7, 2020
1 parent 8c319b8 commit 69dd583
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# 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`

0 comments on commit 69dd583

Please sign in to comment.