© 2025 Zakaria Elkhadir. All rights reserved.
This project is currently under development.
Note: This project relies on a private API key stored in a .env
file. To streamline the setup process, use the provided set_api.sh
script to configure the environment with the required API key. This script is intended solely for testing purposes and does not grant ownership or usage rights for the project or its API key. Ensure you run the script using the command ./set_api.sh
before starting the development server to ensure the project functions correctly.
This is a Next.js project bootstrapped with create-next-app
.
This project is proprietary software licensed under the CineSafe License. See the LICENSE file for more details.
Follow these steps to install dependencies and start the development server:
# Install project dependencies
npm install
# Set up the environment with the API key
./set_api.sh
# Start the development server
npm run dev
Alternatively, you can use:
# Using Yarn
yarn dev
# Using PNPM
pnpm dev
# Using Bun
bun dev
Once the server is running, open your browser and navigate to http://localhost:3000 to view the application.
This project is provided "as is" without any warranty. The API key must be kept private, and the owner is not responsible for misuse or violations of third-party terms of service. Ensure you follow best practices to secure your environment when deploying this project.