Skip to content

antonizyla/IMDb6dos

Repository files navigation

Configuration:

Requires a Postgres Database with following environment settings, can be through docker or any other service, .env file is used by the docker compose for a local container

POSTGRES_USER=username 
POSTGRES_PASSWORD=password 
POSTGRES_DB=default
HOST=localhost

Usage:

  1. Clone Project and cd in
$ git clone git@github.com:antonizyla/IMDb6dos.git 
$ cd IMDb6dos/
  1. Build the Project
$ go build .
  1. Seed the database with current IMDb dataset from the internet
$ ./IMDb6dos --seed
  1. Run the Program
$ ./IMDb6dos

Alternatively use the Makefile to Run, Seed and Clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published