I am learning about graphs, so I am making this app to learn how to implement graphs in applications.
- Get movies
- Get actors in movies
- Get connection between actors in same movie
- Get connection between actors in different movies via other actors
- Continuously update the records of movies and actors
- Frontend -> Vue
- Backend -> Golang
- Database -> Postgres (Through Docker)
- Background service -> TBD
The data used is from TMDB