Skip to content

Releases: wreckage0907/Penny

v0.1.0-alpha

11 Aug 18:25
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

MAIN RELEASE

This is a Test App, which showcases almost all of our features. If you want to make changes, please clone the repo and follow the setup instructions below.

Environment Setup

The Penny app consists of a Flutter frontend and a Python backend. To set up the testing environment:

  1. Ensure that the repository structure reflects this dual-component architecture.
  2. Create the .env following the example file in repo

Firebase Configuration

Firebase is crucial for the app's functionality. Set up a Firebase project that includes:

  • Authentication
  • Cloud Firestore
  • Storage services

These services are essential for testing various features of the app.

Getting Started

  1. Clone the repository
  2. Set up the environment as described above
  3. Configure Firebase for your project
  4. Run the app and start testing!