https://github.com/amanbig/aora
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.It can use User authentication ; Create and save posts with video, thumbnail, title, and description
https://github.com/amanbig/aora
appwrite expo native-w react-native tailwindcss
Last synced: 3 months ago
JSON representation
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.It can use User authentication ; Create and save posts with video, thumbnail, title, and description
- Host: GitHub
- URL: https://github.com/amanbig/aora
- Owner: Amanbig
- Created: 2024-07-03T08:54:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T06:21:42.000Z (almost 2 years ago)
- Last Synced: 2026-03-30T02:44:32.485Z (3 months ago)
- Topics: appwrite, expo, native-w, react-native, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 2.84 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My React Native App with Expo and Appwrite
##

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
## Introduction
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.
## Features
- User authentication
- Create and save posts with video, thumbnail, title, and description
- Search functionality for posts
- Integration with Appwrite backend
## Installation
### Prerequisites
- Node.js and npm installed on your machine
- Expo CLI installed globally
- Appwrite server set up and running
### Steps
1. Clone the repository:
```sh
git clone https://github.com/Amanbig/Aora.git
cd Aora
2. Install dependencies:
```sh
npm install
3. 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
4. Start the Expo server:
```sh
expo start
## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding guidelines.