gobook

command module
v0.0.0-...-431e956 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2021 License: MIT Imports: 8 Imported by: 0

README

gobook

Go test project uses:

GORM => ORM framework. MUX => URL router and dispatcher. JWT-GO => Sing and verifies JSON Web Tokens. GODOTENV => Load and read .env files. GO MODULES => Manage Go dependencies.

The main goal of this project is connect to a Postgresql BDD, create and exposes some REST Services.

  1. Getting started with Modules

    go mod init

  2. Install external dependencies

    1. go get github.com/jinzhu/gorm
    2. go get github.com/gorilla/mux
    3. go get github.com/dgrijalva/jwt-go
    4. go get github.com/joho/godotenv

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL