Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.47 KB

File metadata and controls

52 lines (36 loc) · 1.47 KB

FullStack ShopApp

Welcome to the FullStack ShopApp project! This application is designed to provide a seamless shopping experience across web and mobile platforms. It is built using Next.js for the web application, Expo React Native for the mobile application, and Supabase as the backend service.

Technologies Used

  • Next.js Next.js: v15.0.0 - A React framework for server-side rendering and building static web applications.
  • React Native React Native (Expo): v52.0.0 - A framework for building native apps using React.
  • Supabase Supabase - An open-source Firebase alternative providing real-time databases and authentication.

Getting Started

Prerequisites

  • Node.js
  • Expo CLI
  • Supabase account

Installation

  1. Clone the repository:

    git clone https://github.com/serkanaplan/FullStack-ShopApp-ReactNative-and-Nextjs.git
  2. Navigate to the project directory:

    cd FullStack-ShopApp-ReactNative-and-Nextjs
  3. Install dependencies for both web and mobile:

    cd shop-app-admin-nextjs && npm install
    cd ../shop-app-expo-react-native && npm install

Running the Applications

Web Application

cd shop-app-admin-nextjs
npm run dev

Mobile Application

cd shop-app-expo-react-native
expo start