Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RTBathula authored Jan 31, 2017
1 parent 2ed2462 commit d6380d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ This project is for trying to define the better architecture for golang project.

#Getting Started
Fork and clone the repository.

#Database connection
Run MongoDB locally or run through service and add MongoDB connection string config/keys.json file

Example: under config/keys.json
```
{
"development": {
"mongoDBConnection": "mongodb://localhost"
}
}
```
run
```
go run main.go
Expand Down

0 comments on commit d6380d1

Please sign in to comment.