-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
52 lines (30 loc) Β· 996 Bytes
/
README.txt
File metadata and controls
52 lines (30 loc) Β· 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
πΊ COMICS TV - OTT Platform Backend
π Table of Contents
π― Features
π Requirements
βοΈ Installation
π Usage
π Deployment
π― Features
β
Search and Filter: Search videos by title.
β
Database for Users: Store and manage user accounts securely.
β
Watchlist: Add videos to a personalized watchlist.
β
Play/Pause Feature: Control video playback with play and pause options.
β
No Database Dependency for Videos: Uses JSON files for video management.
π Requirements
Ensure you have the following installed on your system:
π’ Node.js (v16.0.0 or later)
π¦ npm (v8.0.0 or later)
βοΈ Installation
# Clone the repository
git clone https://github.com/your-repo/comics-tv.git
cd comics-tv
# Install dependencies
npm install
π Usage
Run the development server:
npm start
Use the base URL: http://localhost:4000.
π Deployment
The full-stack application is deployed on Render. Access it here:
π Live URL: https://node-js-ott-6.onrender.com/