Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 1.11 KB

README.md

File metadata and controls

55 lines (47 loc) · 1.11 KB

Invy

screen shots

Architecture

  • Infra
  • Backend
    • Go
    • GraphQL (gqlgen, graphql_flutter)
    • Ent
  • Mobile
    • Flutter
  • CI
    • Github Actions (backend)
    • Codemagic (mobile)

Prerequisites

  • Go v1.20
  • Flutter v3.7.x
  • Docker

Setup

make setup

Development

docker-compose up -d
make run-api
make run-app

Test accounts

SMS confirmation code is 123456 for all the accounts.

  • Local
    • 00-1234-5678
    • 11-1234-5678
    • 22-1234-5678
  • Prod
    • 00-1234-5678
    • 11-1234-5678
    • 22-1234-5678
    • ...
    • 99-1234-5678

※ If you need to add new account, you can register phone number for test here.