Moovy is a mobile and web app where a movie enthusiast can search for his favorite movies and record audio reviews. The user can manage a list called “My Library” where he/she can save his previously watched movies. After saving them in the library, the user can upload an audio file review for that movie.
Check the deployed website right now!
- Search Movies
- Add to Library
- Visualize Library
- Remove from Library
- Create Reviews
- Listen to Reviews
- Delete Review
- Light/dark mode toggle
- Cross platform
Front-end: Typescript, ReactJs, Material UI, @mkyy/mui-search-bar
Back-end: Typescript, NestJs, Rest, TypeORM, Postgres
Mobile: Typescript, React Native, React Native Paper, React Navigation, Expo
DevOps: AWS
Clone the entire project
git clone git@github.com:mkyy/Moovy.gitGo to the project directory
cd MoovyIn this moment, you can see 3 folders, frontend , backend, and mobile. The installation steps of each one is on README.md file inside their corresponding folders.
