This is a React Native application built with Expo that uses Appwrite as the backend. The app allows users to authenticate, save posts that include a video with a thumbnail image, title, and prompt description. Users can also search for posts.
- User authentication
- Create and save posts with video, thumbnail, title, and description
- Search functionality for posts
- Integration with Appwrite backend
- Node.js and npm installed on your machine
- Expo CLI installed globally
- Appwrite server set up and running
-
Clone the repository:
git clone https://github.com/Amanbig/Aora.git cd Aora
-
Install dependencies:
npm install
-
Set up your Appwrite server and get the endpoint, project ID, and API keys: Firstly move to lib/appwrite.js and add the appwrite required keys and endpoints
-
Start the Expo server:
expo start
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding guidelines.