Releases: wreckage0907/Penny
Releases · wreckage0907/Penny
v0.1.0-alpha
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:
- Ensure that the repository structure reflects this dual-component architecture.
- 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
- Clone the repository
- Set up the environment as described above
- Configure Firebase for your project
- Run the app and start testing!