Skip to content

VAIBHAV7500/anime_web_app

Repository files navigation

Animei TV

Animei TV is a full fledged working OTT Platform.

Cover Page

Test Account

Email: test@test.com

Password: Hello@123

Quick Demo

Requirements: Docker & Docker Compose


sh setup.sh && sh start.sh

App : http://localhost:4200

Development

Requirements

  • Yarn - Setup yarn from here

  • Node - Setup Node from here

Backend:

  • Install packages required.

    cd backend
    npm install
    
  • Crate a .env file and copy the required content.

  • Start Server

    npm run dev
    

Frontend

  • Install packages required.
    cd frontend
    npm install
    yarn install
    

How to Run

  • In terminal 1
cd backend
npm run dev
  • In terminal 2
cd frontend
npm start

Note : We consider you are at the root folder of the app in both the terminals.

How to Build

  • In root folder run
    sh .\build.sh
    

Images

Landing Page

Landing Page

Show Page

Show Page

Episodes

Episodes

Characters

Characters

Review

Review

Search

Search

Profile

Profile

Player

Player

Ad Blocked

Ads

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages