josch87 / Cinetiq

Cinetiq is designed to streamline the organization and management of film festivals.
https://app.cinetiq.aljoschazoeller.com
1 stars 0 forks source link

Cinetiq

Mockup of Cinetiq

Cinetiq is an application designed to help film festival staff organize and plan their festivals. With Cinetiq, users can manage content such as films, series, and exhibitions, as well as handle details for various individuals involved in the festival, including film guests, accredited professionals, press representatives, and more.

Visit Cinetiq

Features

Technologies Used

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed:

Installation

Backend Setup with IntelliJ IDEA:

  1. Clone the repository directly in IntelliJ IDEA:

    • Open IntelliJ IDEA.
    • Select File -> New -> Project from Version Control.
    • In the dialog that appears, enter the URL of the repository:
      https://github.com/josch87/Cinetiq.git
    • Click Clone.
  2. Set up the development properties file:

    • Navigate to backend/src/main/resources in the Project tool window.
    • Copy application-development.properties.sample and rename the copy to application-development.properties.
    • Open application-development.properties and fill in the required values.
  3. Import the Maven project:

    • IntelliJ IDEA should automatically detect the pom.xml file in the backend directory and prompt you to import the Maven project. If not, right-click on the pom.xml file and select Add as Maven Project.
  4. Run the Spring Boot application using IntelliJ run configuration:

    • The BackendApplication run configuration is pre-configured in the .run folder.
    • Open the Run/Debug Configurations dialog (Run -> Edit Configurations).
    • Select the BackendApplication configuration and click Run.

Frontend Setup:

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the Vite development server using IntelliJ run configuration:
    • The FrontendApplication run configuration is pre-configured in the .run folder.
    • Open the Run/Debug Configurations dialog (Run -> Edit Configurations).
    • Select the FrontendApplication configuration and click Run.

Running the Application

Running Tests and Applications

In IntelliJ IDEA, you can run the following operations using pre-configured run configurations located in the .run folder in the root directory:

GitHub API Integration

Credits

Special Thanks

Thanks to the open-source community for the tools and frameworks used in this project.

Contact

For any inquiries or questions, feel free to contact me at web.aljoschazoeller.com.