Start using CinePro in no time!
Install Node and MongoDB
Install Node.js
winget install OpenJS.NodeJS
.Install MongoDB
winget install MongoDB.Server
.Clone the repository
Install dependencies
Configure environment variables
.env_example
file to .env
and update the environment variables as needed. The .env
file contains configuration settings for the CinePro application like API keys and debug settings..env
file as TMDB_API_KEY
.PORT
variable is the port on which the server will run. You can change it to any available port if needed.DEBUG
to off
in the .env
file for production use. This will disable debug logging. To enable debug logging, set DEBUG
to true
or 1
.Start the server
http://localhost:3000
.