Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xonoxc/cclip_native

Repository files navigation

Cclip Native

Native application for cclip.

Features

  • Video Compression
  • Image Social media formats adjustments
  • Video Uploads
  • Video Listing with stats.

Tech Stack

Client: React-Native, Nativewind, Cloudinary , Prisma , Clerk.

Server: Expo API Routes.

Screenshots

Video Listing

Image Transform

Video Upload

Account Screen

Getting Started

Follow these steps to set up and run the project locally:

1. Clone the Repository

# Clone the repository
git clone https://github.com/xonoxc/cclip_native.git
cd cclip_native

2. Install Dependencies

Install all required dependencies using bun

bun install

3. Configure Environment Variables

Create a .env file and copy .env.sample in it .

4. Set Up Database

After adding DatabaseURL in .env select the provider in prisma.schema file and generate the client :

 bunx prisma generate

Ensure that the DATABASE_URL in .env is correctly configured.

5. Run the Development Server

the application using following command:

    bunx expo start --tunnel 

    #or with cache cleared

    bunx expo start --tunnel -c

Scan qr code to see application in Expo go mobile app or press a for opening the application in android emulator or i for ios simulator.

About

native application for cclip

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published