Welcome to our website Movylitics, a Sophisticated GroupLens dataset and tmdb analytics exploration tool.
BSD 3-Clause "New" or "Revised" License
3
stars
3
forks
source link
Movie Analytics Web Application
How to run it locally
-
Check ./group8/env-example and place your own env
directory under group8
-
Run your docker by:
$ cd group8
$ npm install
$ docker-compose up
Now you can:
- serve web-app by:
ng serve
then localhost:4200
- access to pgAdmin by:
localhost:8080
- access the API by:
localhost:3333/your/api/endpoint