Skip to content

humake-dev/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

375 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 Gym Member App (React Native)

This project is a React Native mobile application designed to work with the Gym Management API (FastAPI). It provides gym members with a simple and reliable way to view membership status, attendance history, and account-related information through a mobile interface.

The app focuses on real-world gym usage rather than UI-heavy showcase features, and is intended for production integration with an existing gym management backend.


✨ Features

  • Member authentication (JWT-based)
  • View membership and subscription status
  • Attendance and usage history
  • Account and profile information
  • API-driven architecture
  • Cross-platform support (iOS / Android)

🧱 Tech Stack

  • React Native
  • JavaScript / TypeScript
  • REST API integration (FastAPI backend)
  • JWT Authentication
  • React Navigation
  • Fetch API

📱 ScreenShot

앱 화면 앱 화면 앱 화면 앱 화면 앱 화면 앱 화면 앱 화면


🚀 Getting Started

아래는 개발 환경 기준 설치 및 실행 방법입니다.

1. Clone the repository

git clone https://github.com/humake-dev/app.git
cd app

2. Install dependencies

npm install

또는

yarn install

3. Configure environment variables

cp .env.example .env

FastAPI 서버 주소 및 API 키 정보를 설정하세요.


4. Run the app

npx react-native run-android
npx react-native run-ios

Android Emulator 또는 iOS Simulator가 필요합니다.


🔗 Backend Integration

⚠️ This React Native app requires the Gym Management API (FastAPI) to be running.
The app cannot function without the backend API.

This app communicates with the Gym Management API (FastAPI) for all business logic:

  • Authentication and authorization
  • Membership and payment data
  • Attendance tracking

The backend API repository:

⚠️ 이 앱은 Gym Management API (FastAPI)가 실행 중이어야 정상적으로 동작합니다.


🛠️ Development Notes

  • API communication
  • Screens are separated by feature for maintainability
  • Designed to work with real production gym data

📄 License

MIT License

About

Mobile app for gym members, integrated with a FastAPI-based management system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages