Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

gianlucarea/sose-android-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

About the project

This repo is for the Service Oriented Software Engineering course project Application.

University of L'Aquila.

Getting Started

This application consists of an android app and will interact with the servers at https://github.com/federix98/SOSE_Project.git .

Prerequisites

In order to run this project, be sure that you have installed: For the SOSE_Project

  • Apache Tomcat (Tested with version 8.5.81)
  • Java and JAVA_HOME set
  • Eclipse IDE for Enterprise Java Developers
  • Nginx For the Application
  • Android Studio

Installation

To try the application follow these steps: For the SOSE Project

  1. Get a free API Key at https://imdb-api.com/

  2. Clone the repo

    git clone https://github.com/federix98/SOSE_Project.git
  3. Enter your API in FilmSearchProsumer/src/main/java/it/univaq/disim/sose/search/SearchImpl.java

    private String API_KEY = "ENTER YOUR API";

    and in FilmDetailsProsumer/src/main/java/it/univaq/disim/sose/filmdetails/data/IMDBRestClient.java

    private static final String APIKey = "ENTER YOUR API";
  4. Open Eclipse IDE, create a new Tomcat instance and run all the services:

    1. AuthService
    2. FilmDetailsProsumer
    3. FilmDetailsAggregator
    4. FilmSearchProsumer
    5. RatingUpdaterRESTService
    6. ReviewDataService
    7. ReviewEditorProsumer

For the android application 5. Clone Android application Repo

git clone https://github.com/GianlucaRea/Application
  1. Import the Application in the Android Studio Project
  2. Set up a Android Device Simulator
    1. Size 5.0"
    2. Resolution 1080x1920
    3. Density xxhdpi

Usage

Opening the android application you can search for movies and tv series and you can open it. Clicking on one result, you will be redirected thru the details page in which you'll see all the film metadata, the averages of the ratings, the summary global score and the reviews of that film. You can also sign up and sign in and you can rate and write a review for a movie or tv series.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

This project has been realized for educational purposes.

Authors profiles:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages