Skip to content

RobertGoodman08/movies_catalogs_golang_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies Catalogs Golang and React

Project functionality

  • Add movies and genre.
  • Manage movies and genre.
  • Search movies using graphql.
  • Movie Poster added from themoviedb.com by api call.
  • Etc.

For authorization

Start Application

Starting frontend

  1. npm install
  2. npm start

Starting backend

  1. go get
  2. set GO_MOVIES_JWT="2dce505d96a53c5768052ee90f3df2055657518dad489160df9913f66042e160"
  3. go run ./cmd