An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# My React Native App with Expo and Appwrite

##

App Banner

## 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.