Categorygithub.com/rpinedafocus/u-library
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

  1. Restore the collection located in ./api/collections
  2. Follow the steps in Postman to restore the Collection.json

Run APP

  1. Go to ./cmd/library directory
  2. Execute the command go run .

Run Unit Testing Recursively

  1. Execute the command go test -v ./...

Run Unit Testing by Directory

  1. Execute the command go test "directory-name"
  2. i.e go test -v ./test/db

# Packages

No description provided by the author
No description provided by the author