Animei TV is a full fledged working OTT Platform.
Email: test@test.com
Password: Hello@123
Requirements: Docker & Docker Compose
sh setup.sh && sh start.sh
App : http://localhost:4200
-
Install packages required.
cd backend npm install
-
Crate a .env file and copy the required content.
-
Start Server
npm run dev
- Install packages required.
cd frontend npm install yarn install
- 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.
- In root folder run
sh .\build.sh