A behavioral fintech app that helps users become aware of their spending habits.
| Layer | Technology |
|---|---|
| Frontend | React Native (Expo + TypeScript) |
| Backend | Java Spring Boot 3.2 |
| Database | MySQL |
SochUPI/
├── backend/ → Spring Boot REST API
└── frontend/ → React Native (Expo) app
- Java 17+
- Node.js 18+
- MySQL 8+
cd backend
# Create the database (or let Spring auto-create it)
mvn spring-boot:runRuns on http://localhost:8080
cd frontend
npm install
npx expo start🚧 Phase 1 — Basic project setup. Entities, APIs, and screens coming next.