module
0.0.0-20211203055904-bbe4d55a47e6
Repository: https://github.com/rpinedafocus/u-library.git
Documentation: pkg.go.dev
# README
Install Go and Go tool into VS Code
Postman set up
- Restore the collection located in ./api/collections
- Follow the steps in Postman to restore the Collection.json
Run APP
- Go to ./cmd/library directory
- Execute the command go run .
Run Unit Testing Recursively
- Execute the command go test -v ./...
Run Unit Testing by Directory
- Execute the command go test "directory-name"
- i.e go test -v ./test/db