PeerReal is a simple BeReal-like prototype developed as a seminar project.
The app allows users to take two pictures and display them in a shared feed that is synchronized via Ditto.
-
Clone the Repo
git clone <REPO_URL> cd peer_real
-
Get Flutter packages
flutter pub get
-
Adjust the .env file
DITTO_APP_ID=app_id DITTO_PLAYGROUND_TOKEN=playground_token DITTO_AUTH_URL=https://auth-server DITTO_WEBSOCKET_URL=wss://ditto-websocket
-
Execute
flutter run
- Leandro Lika (leandro.lika@stud.unibas.ch)
- Lucca Alt (lucca.alt@stud.unibas.ch)
- Nillan Sivarasa (nillan.sivarasa@stud.unibas.ch)