Find movies & TV shows and get recommendations - Looking for a movie or series idea for tonight? PrimeFlix is the simplest and fastest way to discover movies, series and actors. It's an application based on themoviedb (TMDb) database.
- Clone the repository
- Create your own api key from themoviedb
- Add
THEMOVIEDB_API_KEY
key on your EAS secrets - create a
.env
(see the example file) - Install the required dependencies using the command
npm install
- Replace the firebase.ts present in
src/config
folder with your firebase config file. - To run the app in expo, use the command
npm start
- To build the APK for android devices, use the command:
eas build -p android --profile preview