WatchIt is an app that helps you track what movies you've watched, what movies you want to watch and more..
To run the application locally, you need to do a few things:
- Run
copy .env.example .envin the root folder - Run
copy .env.example .envin the /app folder - Replace placeholder values: TMDB API key and S3 credentials
- run
npm installin the root folder - run
npm installin the /app folder - run
pod installin the /app/ios folder for iOS - run
npm run devin the root folder - copy API url that you get when you start the API server and paste to /app/.env
- run
npm startin the /app folder