Ahmad-Elmahallawy / Evento

0 stars 0 forks source link

Evento

A cross-platform mobile app built with React Native and Expo, allowing users to create, manage, and join events. The app features event organization, attendance tracking, and real-time communication between participants.

Table of Contents

Features

Learning Focus

Project Structure

Technologies Used

Getting Started

Prerequisites

Installation

Client (React Native + Expo)

  1. Clone the repository: git clone https://github.com/Ahmad-Elmahallawy/Evento.git
  2. Navigate to the Client folder: cd Client
  3. Install dependencies: npm install
  4. Start the frontend: npx expo start --tunnel

Server (ASP.NET Core 8)

  1. Navigate to the Server folder: cd Server/Server
  2. Install dependencies: dotnet restore
  3. Start the backend: dotnet run

Configuration