Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 596 Bytes

GUILD.md

File metadata and controls

39 lines (25 loc) · 596 Bytes

Running a Go Project

Development

  1. Clone the project: Clone your Go project from your version control system.

B1. Clone source code and edit environment

    git clone [email protected]:fdhhhdjd/Go_Secure_Auth_Pro.git

B2. Run PostGresql Docker

    make build-dev

B3. Run Go On PC or Laptop

Note: If on PC or Laptop not have go, let install go

    make dev

Production

B1. Clone source code and edit environment

    git clone [email protected]:fdhhhdjd/Go_Secure_Auth_Pro.git

B3. Build equal Docker

    make build-pro