All Projects → Lazzzer → Moviepark

Lazzzer / Moviepark

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

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Moviepark

XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+296.88%)
Mutual labels:  adonisjs, nuxtjs
electro
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
Stars: ✭ 20 (-37.5%)
Mutual labels:  adonisjs, nuxtjs
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (-37.5%)
Mutual labels:  tmdb
Moviedb Promise
Interact with themoviedb.org's api with Node... now in TypeScript!
Stars: ✭ 72 (+125%)
Mutual labels:  tmdb
Reactjs Tmdb App
Responsive React 'The Movie Database' (TMDb) App
Stars: ✭ 830 (+2493.75%)
Mutual labels:  tmdb
Api
PHP 7.3+ API Wrapper for The Movie Database
Stars: ✭ 317 (+890.63%)
Mutual labels:  tmdb
Themoviedb React
TMDb API with React.
Stars: ✭ 20 (-37.5%)
Mutual labels:  tmdb
the-movie-db
Promised based Javascript API wrapper for https://www.themoviedb.org/ that works in the browser and node.js.
Stars: ✭ 35 (+9.38%)
Mutual labels:  tmdb
Watcher
Stars: ✭ 137 (+328.13%)
Mutual labels:  tmdb
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+2078.13%)
Mutual labels:  tmdb
Gatsby Source Tmdb
🎬 Source from TheMovieDB in Gatsby
Stars: ✭ 50 (+56.25%)
Mutual labels:  tmdb
Filmy
🎥 Material designed awesome movie app which is powered by tmdb.
Stars: ✭ 697 (+2078.13%)
Mutual labels:  tmdb
Themovies
🎬 A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.
Stars: ✭ 374 (+1068.75%)
Mutual labels:  tmdb
Elastic Graph Recommender
Building recommenders with Elastic Graph!
Stars: ✭ 33 (+3.13%)
Mutual labels:  tmdb
Tmdb App
TMDb Vue.js app
Stars: ✭ 287 (+796.88%)
Mutual labels:  tmdb
Popcorn
🍿 Movies and TV Shows App powered by TMDb
Stars: ✭ 82 (+156.25%)
Mutual labels:  tmdb
TVToday
iOS TV Shows app with TMDb Api. RxSwift, MVVM, Clean Architecture. Tuist + Swift Package Manager
Stars: ✭ 27 (-15.62%)
Mutual labels:  tmdb
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+1662.5%)
Mutual labels:  tmdb
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+2715.63%)
Mutual labels:  tmdb
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (+387.5%)
Mutual labels:  tmdb

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].