Skip to content

edvincandon/imdb-canal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB Canal

Setup

Data processing and simple graphQL server via docker :

# wait for it.. cleaning and indexing the DB is slow 👀
make server-build
make server-up

verify : http://localhost:8080/graphql/graphiql

Run angular app :

cd app && ng serve

server url config in app/environments/environment.ts