Skip to content

ajay28kumar/movie-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a sample of movie data using goLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages