Skip to content

Nada-webdev/ReactNative---Coffee-Shop

Repository files navigation

Expo + Appwrite Starter

This project was created using create-expo-app and integrates Appwrite for backend services like authentication, databases.


Features

  • ⚛️ Built with React Native via Expo
  • ☁️ Backend powered by Appwrite
  • 🔐 User Authentication (Email/Password)
  • Realtime Database
  • Fast styling with NativeWind

Getting Started

1. Clone the repository

git clone https://github.com/Nada-webdev/ReactNative---Coffee-Shop.git
cd reactNative

2. Install dependencies

npm install

3. Start the development server

npx expo start

4. Appwrite Setup

  • Go to https://appwrite.io and create a free backend project.

  • Create a new project and copy the Project ID and API Endpoint.

  • Configure Appwrite in your client using the SDK:

  import { Client } from "appwrite";

const client = new Client()
  .setEndpoint("https://[YOUR-ENDPOINT]") // Your Appwrite endpoint
  .setProject("[YOUR-PROJECT-ID]");       // Your project ID

brand

About

Coffee Shop with react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published