Moviepark is an open-source project using the TMDb API for its movie catalog.
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
- Release version 1.0 Yay!
- Caching
- Get streaming services for each movie with Utelly's API
- More search filters (ex: search by company...)
- Watchlist