Skip to content

danielrispler/wishiz

Repository files navigation

Wishiz Monorepo

Wishiz now lives in a small monorepo with:

  • apps/mobile: the existing Flutter app
  • apps/api: the new Go API scaffold
  • contracts/openapi: lightweight API contract placeholders
  • docs: repo-level notes
  • infra: infrastructure-related files for future work

Quick Start

Mobile

cd apps/mobile
flutter pub get
flutter analyze
flutter test

API

cd apps/api
make lint
make test

Or run the API with Docker:

docker compose up --build
curl http://localhost:8080/health

Expected response:

{"status":"ok"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors