Skip to content

Repository files navigation

OpenParty

Location-based social app for discovering and hosting parties.

Project Status

Phase 0 Complete - Foundation implemented (T1-T8)

Completed

  • ✅ Monorepo architecture (Turborepo + TypeScript)
  • ✅ CI/CD pipeline with GitHub Actions
  • ✅ Infrastructure (Docker Compose + Terraform)
  • ✅ Backend API (NestJS) with authentication
  • ✅ Database schema with PostGIS support
  • ✅ React Native mobile app
  • ✅ User onboarding with tribe selection

Next Steps

  • 📋 T9-T11: Party CRUD and map discovery
  • 📋 T12-T17: Join requests and unlocks
  • 📋 T18-T19: Host verification
  • 📋 T20-T25: Launch readiness

Quick Start

Backend API

# Start infrastructure (Postgres, Redis, MinIO)
cd infrastructure
./scripts/start-local.sh

# Install dependencies
cd ../apps/api
npm install

# Run migrations
npm run migration:run

# Start API server
npm run start:dev

API runs at http://localhost:3000/api/v1
Docs at http://localhost:3000/api/docs

Mobile App

cd apps/mobile
npm install
npm start

Documentation

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages