Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 376 Bytes

dmarc_backend

Steps to Build:

  1. Go to directory ./cmd
  2. Execute these commands inside the cmd directory:
    • go get github.com/lib/pq
    • go get github.com/gorilla/mux
    • go mod tidy

Steps to Run:

  1. Go to directory ./cmd
  2. Execute these commands to start the application:
    • go run main.go
  3. Application will start and run on port: 8080.