Skip to content

A plug and play back-end that fetches entertainment resources like info about movies and series from services like TMDB & TRAKT.

License

Notifications You must be signed in to change notification settings

jacksonk-dev/Entertainment-Back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entertainment Back-end

Backend service that fetches data from external APIs such as TMDB and Trakt.
Requires Go, preferably the latest version.

Set up for development

Create an app.dev.yaml file in the root directory and add the following:
env_variables:
PORT: 8082
CLIENT_ORIGIN: http://localhost:4200
TMDB_API_KEY: <YOUR_TMDB_API_KEY>
TRAKT_API_KEY: <YOUR_TRAKT_API_KEY>

Install dependencies

Run go build. Checkout https://stackoverflow.com/questions/69474609/installing-all-dependencies-from-a-go-mod-file

Run app

Run go run main.go or go run .

About

A plug and play back-end that fetches entertainment resources like info about movies and series from services like TMDB & TRAKT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published