Find the perfect movie to watch you didn’t even know exist. Just tell filmless what you’re into, and we’ll do the rest.
Welcome Page | SignIn Page | SignUp Page |
---|---|---|
![]() |
![]() |
![]() |
Discover Tab | Watchlist Tab | Lists Tab | Search Tab |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
In order to run the project, you need to first create a env.js
file in the root of the project.
const API_KEY = 'yourapikey';
export default API_KEY;
The API key is a private key generated from TMDb. To generate an API key visit this link.
You can then run the app by running:
Run the server:
cd server/
npm i
npm run dev
Run the client:
cd client/
yarn
expo start
i