Skip to content

A Nuxt universal app with an Adonis 5 api server using the TMDb API for its movie catalog.

License

Notifications You must be signed in to change notification settings

Lazzzer/Moviepark

Repository files navigation

Moviepark Banner

Publish Docker images

About Moviepark

Moviepark is an open-source project using the TMDb API for its movie catalog.

Stack

Requirements

Project setup

Set your .env variables then:

> cd client
> npm install
> npm run dev

# and in another tab

> cd server
> npm install
> node ace serve --watch

To check how it would look like in production with docker (don't forget to add your .env variables in the docker-compose file) :

#In the root folder
> docker-compose -f docker-compose.staging.yml up --build

Todo

  • Release version 1.0 Yay!
  • Caching
  • Get streaming services for each movie with Utelly's API
  • More search filters (ex: search by company...)
  • Watchlist