my-books-app.mp4
NodeJS/Express/Prisma/GraphQL/Apollo Client/MySQL/Jest/ReactNative/Expo/Jest.
- Node.js server using Express.
- Prisma as the ORM connected to a remote MySQL database.
- GraphQL APIs using Apollo Server to perform CRUD operations on books.
- Validation and error handling for the APIs.
- Authentication and authorization using JWT.
- Infinite scrolling for the book list.
- Search capabilities to the book list.
- Unit tests for the backend APIs using Jest.
- React-Native application using Expo.
- Apollo Client to communicate with the GraphQL backend.
- Display a list of books on the homepage with multiple modes (grid/list).
- Search capabilities to the book list.
- Ability to create/update/delete books with the required validations.
- Ability to show the book details and navigate to the book website.
- Proper error handling for API and network errors.
- Proper loading state handling using the context API and Apolo client link.
- Authentication and authorization using a library like JWT or OAuth.
- Infinite scrolling for the book list.
- Integration tests for the mobile components.
- Multi-theme support Light/Dark themes.
- Layout animations & Lottie animations.
- Light/Dark theme support.
- Clone the repo.
- Navigate to the repo folder.
yarn install
yarn start
- Open a new terminal
cd my-books-app
yarn install
- for ios
yarn ios
- for android
yarn android