Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 441 Bytes

movie-api

a sample of movie data using goLang

installation

  1. Install dep
  2. Run dep ensure in project root directory to install all dependencies
  3. create .env folder to set environment

.env

        HOST="localhost"
        PORT=5432
        USER="postgres"
        PASSWORD="******"
        DBNAME="postgres"
        SECRET="movie-tutorial-api"
  1. Start server go run main.go