anime_web_app
anime_web_app copied to clipboard
This is a full-fledged working sample OTT Platform.
Animei TV
Animei TV is a full fledged working OTT Platform.
Test Account
Email: [email protected]
Password: Hello@123
Screenshots
Quick Demo
Requirements: Docker & Docker Compose
sh setup.sh && sh start.sh
App : http://localhost:4200
Development
Requirements
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