Skip to content

Commit

Permalink
Readme modification
Browse files Browse the repository at this point in the history
  • Loading branch information
bhattaraibishal50 committed Aug 28, 2020
1 parent 3f55ab0 commit 44265ab
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.Md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### BLOG APP (GO LANG)


### BLOG APP


This codebase implements the clean architecture [uncle BOB]and the use of different repository such as mysql, firebase. It aims to understand the full-fledged go-lang application with RESTFUL API.

Expand Down Expand Up @@ -68,8 +71,10 @@ go get -u github.com/pilu/fresh
## Makefile and start dev-server
I have used makefile as service to run and build the package.
```
➜ make serve
➜ make serve - It run system with hot reload
➜ make dev -It runs system
```

## Todo
- Add Test module.
- Add test module.

0 comments on commit 44265ab

Please sign in to comment.