Skip to content

incx07/epam-lab

Repository files navigation

Myshows App

build Coverage Status

Description

“MyShows App” is web-application which allows users to show information about TV series. Information is reading from base of myshows.me (API based on JSON-RPC).

Users can:

  • Search and view detail information about any TV series;
  • Add TV series to their own watch lists (“Going to watch” and “Watched all”);
  • Delete records from list “Going to watch”;
  • Set the rating for the series from list “Watched all”.

Information about users and added series is stored in a separate database.

See documentation for more information.

Installation

1. Install Docker

Before installation the application you must download and install Docker. Refer to the following link and choose the best installation path for you.

2. Clone repository from GitHub

Change the current working directory to the location where you want the cloned directory.

Type the following command:

$ git clone https://github.com/incx07/epam-lab/

Press Enter to create your local clone.

Run project

You must go to the working directory of project (where is docker-compose.yml).

Then type the following command:

$ docker-compose up --build

Press Enter to run project.

Use project

The following addresses will be available after launch:

For the Web service:

For the Web application:

About

My training project for EPAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages