Skip to content

Commit

Permalink
doc: Update README 📔
Browse files Browse the repository at this point in the history
  • Loading branch information
luislvasquez committed May 30, 2022
1 parent 57efbb8 commit fed31f9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
* [x] Research async implementation approach
* [x] Use schema/model validation on queries
* [x] Validate mandatory and optional body fields
* [ ] Try simple connection with a sqlite


#### Summary
* Async way to go: Go-rutines
* Basic validation is out of the box. Complex could be solved using [go-playground validator](https://github.com/go-playground/validator)
* Basic validation is out of the box. Complex could be solved using [go-playground validator](https://github.com/go-playground/validator)

### Milestone 3
* [ ] Try simple connection to sqlite DB
* [ ] Create own docker container
* [ ] Add unitesting
* [ ] Create own docker container

0 comments on commit fed31f9

Please sign in to comment.