EPG application built using React. It provides a user-friendly interface for viewing TV schedules and program listings.
To run this project, you need to set up both the API service and the EPG app. Please follow the instructions below:
-
Navigate to the
api
directory by using the following command:cd api
-
Inside the
api
directory, refer to the README.md file for detailed instructions on setting up and running the API service.
-
Navigate to the
epg
directory by using the following command:cd epg
-
Inside the
epg
directory, refer to the README.md file for detailed instructions on setting up and running the EPG app.