This IPTV project is a comprehensive solution for anyone looking to watch their favorite series online, with all the necessary features and functionality built into a single platform.
Open your terminal and clone this project
git clone https://github.com/Huzaifa-Saleem/IPTV-express-typescript.git iptv
To start this project, first install all the dependencies
npm install
If you have nodemon globally install then you are good to go and if not you can install it in your project by,
npm install --save-dev nodemon
now you are all setup to start the server by:
npm run dev
To open the Swagger documentation you can go to the once you start the server:
and you can get the postman collection from this link:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.