Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 812 Bytes

File metadata and controls

45 lines (32 loc) · 812 Bytes

P2P iOS App

A SwiftUI-based iOS application with custom authentication using Node.js and MongoDB backend.

Features

  • User Authentication (Sign Up, Sign In)
  • Custom Backend Integration
  • JWT Token-based Authentication
  • Modern SwiftUI Interface

Requirements

  • iOS 18.2+
  • Xcode 15.0+
  • Swift 5.9+

Backend Requirements

  • Node.js server running on port 3000
  • MongoDB database
  • Express.js
  • JWT for authentication

Installation

  1. Clone the repository:
git clone git@github.com:ichetanmittal/p2p-mobile-ios.git
  1. Open the project in Xcode:
cd p2p-mobile-ios
open p2p.xcodeproj
  1. Build and run the project in Xcode

Architecture

The project follows a clean architecture with:

  • MVVM Design Pattern
  • Service Layer for API Communication
  • SwiftUI for Modern UI