The Video Platform is a web application designed for just interest. It allows users to upload, manage, and view videos directly within the platform.
- Frontend: React, Bootstrap
- Backend: Flask, Flask-SQLAlchemy, Flask-CORS, Flask-Login, Flask-WTF
- Database: PostgreSQL (hosted on Neon)
- Deployment: Replit
- User authentication (registration, login, logout)
- Video upload and management
- Video viewing
- Responsive design
-
Clone the repository:
git clone https://github.com/yourusername/meykhana-video-platform.git cd meykhana-video-platform -
Install dependencies:
pip install -r requirements.txt
-
Run the backend:
python main.py
-
Run the frontend:
cd frontend npm install npm start