Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Quick Start

1. `bundle exec install`
1. `bundle install`
2. `mongod` to start the mongo server
3. `bundle exec ruby server`
3. `nohup bundle exec ruby server -o 0.0.0.0`


# API endpoints
Expand Down