Skip to content

arkorty/Expensso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expensso Monorepo

This repository now contains:

  • app: React Native Android/iOS app
  • backend: FastAPI API with email/password auth and user-scoped persistence
  • web: Vite React web alternative

1) Start backend (Docker)

cd backend docker compose up --build

API URL: http://localhost:8000

2) Run React Native app

cd app npm install npm start npm run android

Default Android emulator API URL is configured as: http://10.0.2.2:8000

3) Run web app

cd web npm install cp .env.example .env npm run dev

Web dev URL: http://localhost:5173

Vercel

Deploy the web folder and set: